aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2017-10-03 03:43:30 +0200
committerGravatar Klaus Aehlig <aehlig@google.com>2017-10-06 19:42:44 +0200
commitb48f91c7a29b3394d835d41bab899ff0eb12b910 (patch)
tree19bc44150b7277709b5c2d0c38fc148331648943
parentbdb12ceeb7c23d7d2293e8006d0aa7127a91b973 (diff)
Use releases.bazel.build instead of googleapis.com
This URL works everywhere in the world and is easier to remember. It also allow us to change the backend transparently. Change-Id: I25ed753e5a4c27f26a8a1a86266cc06a3cf22744 PiperOrigin-RevId: 170789151
-rwxr-xr-xscripts/ci/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/build.sh b/scripts/ci/build.sh
index e7621a47c8..fa7fa1c8f9 100755
--- a/scripts/ci/build.sh
+++ b/scripts/ci/build.sh
@@ -36,7 +36,7 @@ source $(dirname ${SCRIPT_DIR})/release/common.sh
: ${EMAIL_TEMPLATE_RC:=${SCRIPT_DIR}/rc_email.txt}
: ${EMAIL_TEMPLATE_RELEASE:=${SCRIPT_DIR}/release_email.txt}
-: ${RELEASE_CANDIDATE_URL:="${GCS_BASE_URL}/${GCS_BUCKET}/%release_name%/rc%rc%/index.html"}
+: ${RELEASE_CANDIDATE_URL:="https://releases.bazel.build/%release_name%/rc%rc%/index.html"}
: ${RELEASE_URL="${GIT_REPOSITORY_URL}/releases/tag/%release_name%"}
: ${BOOTSTRAP_BAZEL:=bazel}