Skip to content

Commit

Permalink
Update presubmit-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
IronPan committed Nov 20, 2018
1 parent f959f8d commit d4629e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/presubmit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if [ "$CLUSTER_TYPE" == "create-gke" ]; then
echo "Delete cluster..."
gcloud container clusters delete ${TEST_CLUSTER} --async
}
# trap delete_cluster EXIT
trap delete_cluster EXIT

gcloud config set project ml-pipeline-test
gcloud config set compute/zone us-central1-a
Expand Down

0 comments on commit d4629e8

Please sign in to comment.