mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-15 09:20:44 +00:00
Merge pull request #612 from XinFinOrg/cicd-stable-rpc
hardcode stable image for rpc deployment (temporary)
This commit is contained in:
commit
e2f0638fc0
1 changed files with 2 additions and 1 deletions
|
|
@ -5,8 +5,9 @@
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Update RPC image version
|
- name: Update RPC image version
|
||||||
|
# export RPC_IMAGE={{ rpc_image }}
|
||||||
shell: |
|
shell: |
|
||||||
export RPC_IMAGE={{ rpc_image }}
|
export RPC_IMAGE=xinfinorg/devnet:dev-upgrade-stable-5024107
|
||||||
cd {{ deploy_path }}
|
cd {{ deploy_path }}
|
||||||
git pull
|
git pull
|
||||||
./docker-down.sh
|
./docker-down.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue