Skip to content

Commit

Permalink
Fix wrong playbook file
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Aug 26, 2024
1 parent f38f60f commit 6ec49bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trigger-tracing-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,19 @@ jobs:
EFFECT_FILE=''
if [[ "${NETWORK}" == "koi" ]]; then
jq -n \
--arg file playbooks/darwinia_nodes/host_vars/g2.testnets \
--arg file playbooks/koi_nodes/host_vars/g2.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/darwinia_nodes/host_vars/g3.testnets \
--arg file playbooks/koi_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
fi
if [[ "${NETWORK}" == "crab" ]]; then
jq -n \
--arg file playbooks/darwinia_nodes/host_vars/c1.crab2 \
--arg file playbooks/crab_nodes/host_vars/c1.crab2 \
--arg key .substrate_node_runner.node.image \
--arg value ${DOCKER_IMAGE_TAG} \
'{file: $file, key: $key, value: $value}' >> /tmp/changes.json
Expand Down

0 comments on commit 6ec49bd

Please sign in to comment.