summaryrefslogtreecommitdiffhomepage
path: root/scripts/benchmark.sh
diff options
context:
space:
mode:
authorZach Koopmans <zkoopmans@google.com>2020-03-31 16:16:45 -0700
committergVisor bot <gvisor-bot@google.com>2020-03-31 16:17:56 -0700
commit57e67e32b59a30365a79f6dceb3e0cb772407029 (patch)
treedefb6092b5f8217541053178ae6b6e5c47da4cea /scripts/benchmark.sh
parentb6639f77e59d885cb092c15a7a0c5a988e149b40 (diff)
Debug script issues on Kokoro.
PiperOrigin-RevId: 304068950
Diffstat (limited to 'scripts/benchmark.sh')
-rwxr-xr-x[-rw-r--r--]scripts/benchmark.sh2
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}"