Skip to content

Commit

Permalink
Use existing value of SKIP_RESOURCE_CLEANUP if set in environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jont828 committed Aug 8, 2023
1 parent 59b8c79 commit 8d0dde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d0dde7

Please sign in to comment.