Skip to content

Commit a4951b6

Browse files
authored
Merge pull request #9152 from Jont828/cleanup
🌱 Use existing value of `SKIP_RESOURCE_CLEANUP` if set in environment
2 parents 98643e0 + 8d0dde7 commit a4951b6

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)