Commit 229f40e6 authored by Jeff Grafton's avatar Jeff Grafton

Merge pull request #18481 from ixdy/jenkins-e2e-master

Print file list when Jenkins workspace is not empty
parents 70aa5530 f50d5615
...@@ -1106,6 +1106,7 @@ if [[ "${E2E_UP,,}" == "true" || "${JENKINS_FORCE_GET_TARS:-}" =~ ^[yY]$ ]]; the ...@@ -1106,6 +1106,7 @@ if [[ "${E2E_UP,,}" == "true" || "${JENKINS_FORCE_GET_TARS:-}" =~ ^[yY]$ ]]; the
rm -rf kubernetes* rm -rf kubernetes*
elif [[ $(find . | wc -l) != 1 ]]; then elif [[ $(find . | wc -l) != 1 ]]; then
echo $PWD not empty, bailing! echo $PWD not empty, bailing!
find .
exit 1 exit 1
fi fi
......
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