diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index b5389ee5442..67746827ec2 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -1106,6 +1106,7 @@ if [[ "${E2E_UP,,}" == "true" || "${JENKINS_FORCE_GET_TARS:-}" =~ ^[yY]$ ]]; the rm -rf kubernetes* elif [[ $(find . | wc -l) != 1 ]]; then echo $PWD not empty, bailing! + find . exit 1 fi