Skip to content

Commit f945355

Browse files
committed
Restore bash option after running install_google_cloud_sdk.sh
1 parent ecda1ba commit f945355

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.prow/scripts/install_google_cloud_sdk.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ if [[ ${KEY_FILE} ]]; then
3939
gcloud -q container clusters get-credentials ${KUBE_CLUSTER_NAME} --zone ${KUBE_CLUSTER_ZONE} --project ${GOOGLE_PROJECT_ID}
4040
export GOOGLE_APPLICATION_CREDENTIALS=${KEY_FILE}
4141
fi
42+
43+
# Restore bash option
44+
set +e

0 commit comments

Comments
 (0)