Skip to content

Commit d464a6a

Browse files
Googlertensorflower-gardener
authored andcommitted
fix: Update Bazel release key URL
PiperOrigin-RevId: 960531526
1 parent c13966d commit d464a6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testing/run_github_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ install_bazel() {
4646
# Add Bazel distribution URI as a package source
4747
echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" \
4848
| sudo tee /etc/apt/sources.list.d/bazel.list
49-
curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
49+
curl https://releases.bazel.build/bazel-release.pub.gpg | sudo apt-key add -
5050

5151
# Update apt and install bazel (use -qq to minimize log cruft)
5252
sudo apt-get update

0 commit comments

Comments
 (0)