Skip to content

Commit

Permalink
Update deploy-kubeflow.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
IronPan authored Aug 7, 2019
1 parent 6d6b3ea commit 6d403d1
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 @@ -45,7 +45,7 @@ function clean_up {
# delete the storage
gcloud deployment-manager --project=${PROJECT} deployments delete ${KFAPP}-storage --quiet
}
# trap clean_up EXIT SIGINT SIGTERM
trap clean_up EXIT SIGINT SIGTERM

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

0 comments on commit 6d403d1

Please sign in to comment.