Skip to content

Commit

Permalink
Merge pull request ethereum#612 from XinFinOrg/cicd-stable-rpc
Browse files Browse the repository at this point in the history
hardcode stable image for rpc deployment (temporary)
  • Loading branch information
wanwiset25 authored Aug 21, 2024
2 parents 925c200 + 52a4c8e commit e2f0638
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cicd/ansible/playbooks/update-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

tasks:
- name: Update RPC image version
# export RPC_IMAGE={{ rpc_image }}
shell: |
export RPC_IMAGE={{ rpc_image }}
export RPC_IMAGE=xinfinorg/devnet:dev-upgrade-stable-5024107
cd {{ deploy_path }}
git pull
./docker-down.sh
Expand Down

0 comments on commit e2f0638

Please sign in to comment.