Skip to content

Commit

Permalink
ci: use faster snapshot url
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond committed May 15, 2024
1 parent 7df6f73 commit b58cd43
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 @@ -305,7 +305,8 @@ jobs:

- name: Chain snapshot and export
run: |
export SNAPSHOT_DOWNLOAD_URL=https://tools.highstakes.ch/files/elys.tar.gz
# export SNAPSHOT_DOWNLOAD_URL=https://tools.highstakes.ch/files/elys.tar.gz
export SNAPSHOT_DOWNLOAD_URL=https://snapshots.elys.network/elys.tar.gz
${{ needs.build-old-binary.outputs.OLD_UPGRADE_ASSURE_BINARY_PATH }} \
$SNAPSHOT_DOWNLOAD_URL \
${{ needs.retrieve-old-binary.outputs.OLD_BINARY_PATH }} \
Expand Down

0 comments on commit b58cd43

Please sign in to comment.