|
|
@ -23,8 +23,8 @@ mkdir -p ${KOKORO_KEYSTORE_DIR} |
|
|
|
cp ${KOKORO_GFILE_DIR}/GrpcTesting-d0eeee2db331.json ${KOKORO_KEYSTORE_DIR}/4321_grpc-testing-service |
|
|
|
cp ${KOKORO_GFILE_DIR}/GrpcTesting-d0eeee2db331.json ${KOKORO_KEYSTORE_DIR}/4321_grpc-testing-service |
|
|
|
|
|
|
|
|
|
|
|
temp_dir=$(mktemp -d) |
|
|
|
temp_dir=$(mktemp -d) |
|
|
|
ln -f "${KOKORO_GFILE_DIR}/bazel-release-0.12.0" ${temp_dir}/bazel |
|
|
|
ln -f "${KOKORO_GFILE_DIR}/bazel-rc-0.14.0rc5" ${temp_dir}/bazel |
|
|
|
chmod 755 "${KOKORO_GFILE_DIR}/bazel-release-0.12.0" |
|
|
|
chmod 755 "${KOKORO_GFILE_DIR}/bazel-rc-0.14.0rc5" |
|
|
|
export PATH="${temp_dir}:${PATH}" |
|
|
|
export PATH="${temp_dir}:${PATH}" |
|
|
|
# This should show ${temp_dir}/bazel |
|
|
|
# This should show ${temp_dir}/bazel |
|
|
|
which bazel |
|
|
|
which bazel |
|
|
|