There was an error while loading. Please reload this page.
1 parent c13966d commit d464a6aCopy full SHA for d464a6a
1 file changed
testing/run_github_tests.sh
@@ -46,7 +46,7 @@ install_bazel() {
46
# Add Bazel distribution URI as a package source
47
echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" \
48
| sudo tee /etc/apt/sources.list.d/bazel.list
49
- curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
+ curl https://releases.bazel.build/bazel-release.pub.gpg | sudo apt-key add -
50
51
# Update apt and install bazel (use -qq to minimize log cruft)
52
sudo apt-get update
0 commit comments