Skip to content

Commit

Permalink
Merge pull request #9152 from Jont828/cleanup
Browse files Browse the repository at this point in the history
🌱 Use existing value of `SKIP_RESOURCE_CLEANUP` if set in environment
  • Loading branch information
k8s-ci-robot committed Aug 9, 2023
2 parents 98643e0 + 8d0dde7 commit a4951b6
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 a4951b6

Please sign in to comment.