aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@google.com>2018-06-01 11:19:02 -0700
committerGravatar Adele Zhou <adelez@google.com>2018-06-01 11:19:02 -0700
commit64a56a83b6b5a4e8f70d8620dffd2776c1ec89a9 (patch)
treef1ef5312115341b1a59f9fba3cbb67128e7b00ef /tools
parente713dee6f2ed752af9bbfc7b9b91b2d74b76918e (diff)
Merge
Diffstat (limited to 'tools')
-rw-r--r--tools/internal_ci/linux/grpc_ubsan_on_foundry.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/internal_ci/linux/grpc_ubsan_on_foundry.sh b/tools/internal_ci/linux/grpc_ubsan_on_foundry.sh
index 90300acc10..f5c12c27a3 100644
--- a/tools/internal_ci/linux/grpc_ubsan_on_foundry.sh
+++ b/tools/internal_ci/linux/grpc_ubsan_on_foundry.sh
@@ -23,8 +23,8 @@ mkdir -p ${KOKORO_KEYSTORE_DIR}
cp ${KOKORO_GFILE_DIR}/GrpcTesting-d0eeee2db331.json ${KOKORO_KEYSTORE_DIR}/4321_grpc-testing-service
temp_dir=$(mktemp -d)
-ln -f "${KOKORO_GFILE_DIR}/bazel-release-0.12.0" ${temp_dir}/bazel
-chmod 755 "${KOKORO_GFILE_DIR}/bazel-release-0.12.0"
+ln -f "${KOKORO_GFILE_DIR}/bazel-rc-0.14.0rc5" ${temp_dir}/bazel
+chmod 755 "${KOKORO_GFILE_DIR}/bazel-rc-0.14.0rc5"
export PATH="${temp_dir}:${PATH}"
# This should show ${temp_dir}/bazel
which bazel