Switch from a S3 URL to release.solana.com for release assets (#4017)

automerge
This commit is contained in:
Michael Vines
2019-04-26 13:06:55 -07:00
committed by Grimes
parent 721c6a7e2d
commit 4ce2105548
2 changed files with 3 additions and 3 deletions

View File

@@ -406,7 +406,7 @@ start() {
tar)
if [[ -n $releaseChannel ]]; then
rm -f "$SOLANA_ROOT"/solana-release.tar.bz2
updateDownloadUrl=http://solana-release.s3.amazonaws.com/"$releaseChannel"/solana-release-x86_64-unknown-linux-gnu.tar.bz2
updateDownloadUrl=http://release.solana.com/"$releaseChannel"/solana-release-x86_64-unknown-linux-gnu.tar.bz2
(
set -x
curl -o "$SOLANA_ROOT"/solana-release.tar.bz2 "$updateDownloadUrl"