From e948ffb639e05302c1d04ed56412cccfe431a561 Mon Sep 17 00:00:00 2001 From: Sven Urbanski Date: Thu, 19 Sep 2024 17:36:17 +0200 Subject: [PATCH] fix: run-kind cleanup The cleanup never worked, so now we are just cleaning up on the next run. Ref: SRX-78FWXB --- charts/kuberpult/run-kind.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/kuberpult/run-kind.sh b/charts/kuberpult/run-kind.sh index e9f03454d..a87e5f7c0 100755 --- a/charts/kuberpult/run-kind.sh +++ b/charts/kuberpult/run-kind.sh @@ -20,7 +20,6 @@ cleanup() { helm uninstall kuberpult-local || print kuberpult was not installed kind delete cluster || print kind cluster was not deleted } -trap cleanup INT TERM cleanup print 'creating kind cluster with a hostpath to share testdata...'