From fa3ebefe099792ea4bad2efc74e59527d4903f43 Mon Sep 17 00:00:00 2001 From: Ning Date: Tue, 26 Feb 2019 17:35:49 -0800 Subject: [PATCH] add sigint sigterm (#863) --- test/deploy-kubeflow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/deploy-kubeflow.sh b/test/deploy-kubeflow.sh index 64dc9469f90..43c91463fd1 100755 --- a/test/deploy-kubeflow.sh +++ b/test/deploy-kubeflow.sh @@ -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