We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98643e0 + 8d0dde7 commit a4951b6Copy full SHA for a4951b6
scripts/ci-e2e.sh
@@ -57,7 +57,7 @@ export GINKGO_NOCOLOR=true
57
export GINKGO_ARGS="${GINKGO_ARGS:-""}"
58
export E2E_CONF_FILE="${REPO_ROOT}/test/e2e/config/docker.yaml"
59
export ARTIFACTS="${ARTIFACTS:-${REPO_ROOT}/_artifacts}"
60
-export SKIP_RESOURCE_CLEANUP=false
+export SKIP_RESOURCE_CLEANUP=${SKIP_RESOURCE_CLEANUP:-"false"}
61
export USE_EXISTING_CLUSTER=false
62
63
# Setup local output directory
0 commit comments