Skip to content

Commit

Permalink
Merge pull request #1883 from lzutao/s3-subdomain
Browse files Browse the repository at this point in the history
Update all s3 URLs used on CI with subdomains
  • Loading branch information
kinnison authored Jun 3, 2019
2 parents 33534a6 + 31be86f commit a253f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/fetch-rust-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a253f95

Please sign in to comment.