From 2a21822b1615480091e4ea908a2689dca75b708a Mon Sep 17 00:00:00 2001 From: IronPan Date: Wed, 5 Dec 2018 03:12:16 -0800 Subject: [PATCH] fix credential --- test/presubmit-tests-with-pipeline-deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/presubmit-tests-with-pipeline-deployment.sh b/test/presubmit-tests-with-pipeline-deployment.sh index 18de0240afa..c8d1b0fc1cb 100755 --- a/test/presubmit-tests-with-pipeline-deployment.sh +++ b/test/presubmit-tests-with-pipeline-deployment.sh @@ -115,7 +115,7 @@ function clean_up { cd ${KFAPP} ${KUBEFLOW_SRC}/scripts/kfctl.sh delete all } -trap clean_up EXIT +# trap clean_up EXIT ${KUBEFLOW_SRC}/scripts/kfctl.sh init ${KFAPP} --platform gcp --project ${PROJECT} --skipInitProject