Skip to content

Commit

Permalink
Revert "Removed clean_up from e2e test"
Browse files Browse the repository at this point in the history
This reverts commit 82fd4f5.
  • Loading branch information
ajchili committed Aug 30, 2019
1 parent 22ae417 commit b5b0b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/deploy-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function clean_up {
yes | gcloud container clusters delete ${TEST_CLUSTER} --async
fi
}
# trap clean_up EXIT SIGINT SIGTERM
trap clean_up EXIT SIGINT SIGTERM

cd ${DIR}
# test if ${TEST_CLUSTER} exists or not
Expand Down

0 comments on commit b5b0b93

Please sign in to comment.