Skip to content

Commit

Permalink
ci: restore genesis json (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored May 15, 2024
1 parent 976e7e4 commit 5fdd188
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/software-upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:

- name: Save up space
run: |
rm -rf ~/.elys/config/genesis.json
rm -rf /tmp/genesis.json
- name: Prepare second validator data
run: |
Expand Down Expand Up @@ -192,6 +192,7 @@ jobs:
run: |
mv /tmp/elys-backup $HOME/.elys
mv /tmp/elys2-backup $HOME/.elys2
cp -a /tmp/elys2-backup/config/genesis.json $HOME/.elys/config/genesis.json
if: steps.cache-backup-directories.outputs.cache-hit == 'true'

- name: Upgrade to new binary
Expand Down

0 comments on commit 5fdd188

Please sign in to comment.