From 8d0dde7cb37bf5e03b840c81a51266f4c336fb86 Mon Sep 17 00:00:00 2001 From: Jont828 Date: Tue, 8 Aug 2023 19:21:23 -0400 Subject: [PATCH] Use existing value of SKIP_RESOURCE_CLEANUP if set in environment --- scripts/ci-e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-e2e.sh b/scripts/ci-e2e.sh index 242e972c0998..6f5f632a8758 100755 --- a/scripts/ci-e2e.sh +++ b/scripts/ci-e2e.sh @@ -57,7 +57,7 @@ export GINKGO_NOCOLOR=true export GINKGO_ARGS="${GINKGO_ARGS:-""}" export E2E_CONF_FILE="${REPO_ROOT}/test/e2e/config/docker.yaml" export ARTIFACTS="${ARTIFACTS:-${REPO_ROOT}/_artifacts}" -export SKIP_RESOURCE_CLEANUP=false +export SKIP_RESOURCE_CLEANUP=${SKIP_RESOURCE_CLEANUP:-"false"} export USE_EXISTING_CLUSTER=false # Setup local output directory