We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8eb6f commit 232de43Copy full SHA for 232de43
cicd/ansible/playbooks/update-image.yaml
@@ -5,9 +5,8 @@
5
6
tasks:
7
- name: Update RPC image version
8
- # export RPC_IMAGE={{ rpc_image }}
9
shell: |
10
- export RPC_IMAGE=xinfinorg/devnet:dev-upgrade-stable-5024107
+ export RPC_IMAGE={{ rpc_image }}
11
cd {{ deploy_path }}
12
git pull
13
./docker-down.sh
0 commit comments