Skip to content

Commit

Permalink
Disable pangoro tracing node
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Dec 15, 2023
1 parent e2585e4 commit 852ed13
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/trigger-tracing-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 852ed13

Please sign in to comment.