aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/release
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-10-02 17:05:09 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2015-10-02 18:02:50 +0000
commit15f4b8c3e27f5bcb279b459f0edfe49425f4a6b5 (patch)
tree04014cd43e8324751901d9bb4b41e7b6c740a759 /scripts/release
parent1e62b6b61487f7dd37e6747ab88ab16405095b3e (diff)
[release] Use SSH as the default way to speak to GitHub
-- MOS_MIGRATED_REVID=104506836
Diffstat (limited to 'scripts/release')
-rwxr-xr-xscripts/release/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release/release.sh b/scripts/release/release.sh
index b73a2cefa5..1333b18e4a 100755
--- a/scripts/release/release.sh
+++ b/scripts/release/release.sh
@@ -19,7 +19,7 @@
set -eu
# Repositories to push the release branch and the release tag.
-: ${RELEASE_REPOSITORIES:="https://github.com/bazelbuild/bazel"}
+: ${RELEASE_REPOSITORIES:="git@github.com:bazelbuild/bazel"}
# Repositories to push the master branch
: ${MASTER_REPOSITORIES:="https://bazel.googlesource.com/bazel"}