Commit 97abc950 authored by Piotr Szczesniak's avatar Piotr Szczesniak

Merge pull request #13526 from ixdy/jenkins-build-test

Don't override KUBE_RELEASE_RUN_TESTS if set in enviroment
parents 14f4d3ad e3bb7834
......@@ -31,9 +31,11 @@ set -o xtrace
# space.
export HOME=${WORKSPACE} # Nothing should want Jenkins $HOME
export PATH=$PATH:/usr/local/go/bin
export KUBE_RELEASE_RUN_TESTS=n
export KUBE_SKIP_CONFIRMATIONS=y
: ${KUBE_RELEASE_RUN_TESTS:="n"}
export KUBE_RELEASE_RUN_TESTS
# Clean stuff out. Assume the last build left the tree in an odd
# state.
rm -rf ~/.kube*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment