mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
Merge pull request #18481 from ixdy/jenkins-e2e-master
Print file list when Jenkins workspace is not empty
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user