fix: Update Bazel release key URL PiperOrigin-RevId: 960531526
diff --git a/centipede/install_dependencies_debian.sh b/centipede/install_dependencies_debian.sh index 10fc031..fb9aa24 100755 --- a/centipede/install_dependencies_debian.sh +++ b/centipede/install_dependencies_debian.sh
@@ -38,7 +38,7 @@ # Add Bazel distribution URI as a package source following: # https://docs.bazel.build/versions/main/install-ubuntu.html ${MAYBE_SUDO} apt install -y curl gnupg apt-transport-https -curl -fsSL https://bazel.build/bazel-release.pub.gpg \ +curl -fsSL https://releases.bazel.build/bazel-release.pub.gpg \ | gpg --dearmor | ${MAYBE_SUDO} tee /etc/apt/trusted.gpg.d/bazel.gpg >/dev/null echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" \ | ${MAYBE_SUDO} tee /etc/apt/sources.list.d/bazel.list >/dev/null