Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
omazin committed Oct 22, 2019
1 parent 2bbfef1 commit 177221f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/wait-for-jenkins.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright 2018 Google LLC
# Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -13,6 +13,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -e

if [ -n "${GOOGLE_APPLICATION_CREDENTIALS}" ]; then
export CLOUDSDK_AUTH_CREDENTIAL_FILE_OVERRIDE=${GOOGLE_APPLICATION_CREDENTIALS}
fi

PROJECT=$1
ZONE=$2
INSTANCE_NAME=$3
Expand Down

0 comments on commit 177221f

Please sign in to comment.