Skip to content

Commit

Permalink
Disable g2.testnets auto update (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: fewensa <[email protected]>
  • Loading branch information
fewensa authored Aug 26, 2024
1 parent c4ba528 commit 7935c66
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ 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/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
MULTI_CHANGES=$(jq -crs '.' < /tmp/changes.json)
GITHUB_TOKEN=${{ secrets.GH_TKN_DARWINIA }} gh workflow run \
Expand Down

0 comments on commit 7935c66

Please sign in to comment.