From 31be86f45d4a1c7c126fb671493abb3b97ee3e63 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Wed, 29 May 2019 21:35:37 +0700 Subject: [PATCH] Update all s3 URLs used on CI with subdomains --- ci/fetch-rust-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/fetch-rust-docker.sh b/ci/fetch-rust-docker.sh index cbca2474a1..47efa3034d 100644 --- a/ci/fetch-rust-docker.sh +++ b/ci/fetch-rust-docker.sh @@ -10,7 +10,7 @@ set -e TARGET="$1" RUST_REPO="https://github.com/rust-lang/rust" -S3_BASE_URL="https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rustc-builds" +S3_BASE_URL="https://rust-lang-ci2.s3.amazonaws.com/rustc-builds" # Use images from rustc master case "$TARGET" in