From 852ed13a1c8c05c2c83a672034fea16dedb6b16a Mon Sep 17 00:00:00 2001 From: fewensa <37804932+fewensa@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:37:27 +0800 Subject: [PATCH] Disable pangoro tracing node --- .github/workflows/trigger-tracing-node.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/trigger-tracing-node.yml b/.github/workflows/trigger-tracing-node.yml index 6008743..77acabd 100644 --- a/.github/workflows/trigger-tracing-node.yml +++ b/.github/workflows/trigger-tracing-node.yml @@ -90,11 +90,11 @@ jobs: --arg key .substrate_node_runner.node.image \ --arg value ${DOCKER_IMAGE_TAG} \ '{file: $file, key: $key, value: $value}' >> /tmp/changes.json - jq -n \ - --arg file playbooks/pangoro_nodes/host_vars/g3.testnets \ - --arg key .substrate_node_runner.node.image \ - --arg value ${DOCKER_IMAGE_TAG} \ - '{file: $file, key: $key, value: $value}' >> /tmp/changes.json + #jq -n \ + # --arg file playbooks/pangoro_nodes/host_vars/g3.testnets \ + # --arg key .substrate_node_runner.node.image \ + # --arg value ${DOCKER_IMAGE_TAG} \ + # '{file: $file, key: $key, value: $value}' >> /tmp/changes.json MULTI_CHANGES=$(jq -crs '.' < /tmp/changes.json)