diff options
-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}" |