Skip to content

Commit 8d0dde7

Browse files
committed
Use existing value of SKIP_RESOURCE_CLEANUP if set in environment
1 parent 59b8c79 commit 8d0dde7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export GINKGO_NOCOLOR=true
5757
export GINKGO_ARGS="${GINKGO_ARGS:-""}"
5858
export E2E_CONF_FILE="${REPO_ROOT}/test/e2e/config/docker.yaml"
5959
export ARTIFACTS="${ARTIFACTS:-${REPO_ROOT}/_artifacts}"
60-
export SKIP_RESOURCE_CLEANUP=false
60+
export SKIP_RESOURCE_CLEANUP=${SKIP_RESOURCE_CLEANUP:-"false"}
6161
export USE_EXISTING_CLUSTER=false
6262

6363
# Setup local output directory

0 commit comments

Comments
 (0)