Skip to content

Commit

Permalink
Restore bash option after running install_google_cloud_sdk.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
davidheryanto committed May 29, 2019
1 parent ecda1ba commit f945355
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .prow/scripts/install_google_cloud_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ if [[ ${KEY_FILE} ]]; then
gcloud -q container clusters get-credentials ${KUBE_CLUSTER_NAME} --zone ${KUBE_CLUSTER_ZONE} --project ${GOOGLE_PROJECT_ID}
export GOOGLE_APPLICATION_CREDENTIALS=${KEY_FILE}
fi

# Restore bash option
set +e

0 comments on commit f945355

Please sign in to comment.