diff options
author | Zach Koopmans <zkoopmans@google.com> | 2020-03-31 16:16:45 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-03-31 16:17:56 -0700 |
commit | 57e67e32b59a30365a79f6dceb3e0cb772407029 (patch) | |
tree | defb6092b5f8217541053178ae6b6e5c47da4cea /scripts | |
parent | b6639f77e59d885cb092c15a7a0c5a988e149b40 (diff) |
Debug script issues on Kokoro.
PiperOrigin-RevId: 304068950
Diffstat (limited to 'scripts')
-rwxr-xr-x[-rw-r--r--] | scripts/benchmark.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/benchmark.sh b/scripts/benchmark.sh index 334684675..3fd80fc2e 100644..100755 --- a/scripts/benchmark.sh +++ b/scripts/benchmark.sh @@ -20,6 +20,8 @@ source $(dirname $0)/common.sh # variable for authentication. export GOOGLE_APPLICATION_CREDENTIALS="${KOKORO_KEYSTORE_DIR}/${GCLOUD_CREDENTIALS}" +which gcloud + gcloud auth activate-service-account \ --key-file "${GOOGLE_APPLICATION_CREDENTIALS}" |