aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci/build_status_command.sh
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-09-01 09:15:54 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-09-01 10:44:24 +0000
commit2b1763a46bc1eb67cde389525d86e7f678e7a704 (patch)
tree7f62654cd2f3b045bb5d05cfffccda2d253b5879 /scripts/ci/build_status_command.sh
parentba4a85441bf08b44975ad410988efb69572fb61c (diff)
Change URLs to bazelbuild
-- MOS_MIGRATED_REVID=102022958
Diffstat (limited to 'scripts/ci/build_status_command.sh')
-rwxr-xr-xscripts/ci/build_status_command.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/build_status_command.sh b/scripts/ci/build_status_command.sh
index c95634e2b0..259ddd81fb 100755
--- a/scripts/ci/build_status_command.sh
+++ b/scripts/ci/build_status_command.sh
@@ -23,7 +23,7 @@ source "$(dirname ${SCRIPT_DIR})/release/common.sh"
git_hash=$(git rev-parse --short HEAD)
echo "RELEASE_GIT_HASH ${git_hash}"
-url="${GIT_REPOSITORY_URL:-https://github.com/google/bazel}"
+url="${GIT_REPOSITORY_URL:-https://github.com/bazelbuild/bazel}"
echo "RELEASE_COMMIT_URL ${url}/commit/${git_hash}"
if [ -n "${BUILT_BY-}" ]; then
echo "RELEASE_BUILT_BY ${BUILT_BY}"