Skip to content

Commit 2f6ee6d

Browse files
committed
fixup! build: setup preview builds for dev-app
Update old links
1 parent b29a33d commit 2f6ee6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/bazel/setup-remote-execution.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ openssl aes-256-cbc -d -in scripts/bazel/gcp_token -md md5 -k ${GCP_DECRYPT_TOKE
1515

1616
# Set the "GOOGLE_APPLICATION_CREDENTIALS" environment variable. It should point to the GCP credentials
1717
# file. Bazel will then automatically picks up the credentials from that variable.
18-
# https://github.com/bazelbuild/bazel/blob/master/third_party/grpc/include/grpc/grpc_security.h#L134-L137
18+
# https://docs.bazel.build/versions/main/command-line-reference.html#flag--google_default_credentials
19+
# https://cloud.google.com/docs/authentication/production.
1920
if [[ ! -z "${BASH_ENV}" ]]; then
2021
# CircleCI uses the `BASH_ENV` variable for environment variables.
2122
echo "export GOOGLE_APPLICATION_CREDENTIALS=${HOME}/.gcp_credentials" >> ${BASH_ENV}

0 commit comments

Comments
 (0)