Skip to content

Commit

Permalink
add sigint sigterm (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoning777 authored and k8s-ci-robot committed Feb 27, 2019
1 parent 9511d96 commit fa3ebef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/deploy-kubeflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function clean_up {
# delete the storage
gcloud deployment-manager --project=${PROJECT} deployments delete ${KFAPP}-storage --quiet
}
trap clean_up EXIT
trap clean_up EXIT SIGINT SIGTERM

${KUBEFLOW_SRC}/scripts/kfctl.sh init ${KFAPP} --platform ${PLATFORM} --project ${PROJECT} --skipInitProject

Expand Down

0 comments on commit fa3ebef

Please sign in to comment.