Skip to content

Commit e2f0638

Browse files
authored
Merge pull request #612 from XinFinOrg/cicd-stable-rpc
hardcode stable image for rpc deployment (temporary)
2 parents 925c200 + 52a4c8e commit e2f0638

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cicd/ansible/playbooks/update-image.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
tasks:
77
- name: Update RPC image version
8+
# export RPC_IMAGE={{ rpc_image }}
89
shell: |
9-
export RPC_IMAGE={{ rpc_image }}
10+
export RPC_IMAGE=xinfinorg/devnet:dev-upgrade-stable-5024107
1011
cd {{ deploy_path }}
1112
git pull
1213
./docker-down.sh

0 commit comments

Comments
 (0)