X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fjjb-cleanup.sh;fp=shell%2Fjjb-cleanup.sh;h=ffdfe1f4601bdc6f988117dc493e0d88ac1a14a3;hb=c63164aeb2e63584cff27903faf63cf136d5de55;hp=69d1534bb176a4ca32c950692f62e6db01e8a8ca;hpb=18bb0a40f9ba00fd8417b32fbde9593b6d968c53;p=releng%2Fglobal-jjb.git diff --git a/shell/jjb-cleanup.sh b/shell/jjb-cleanup.sh index 69d1534b..ffdfe1f4 100644 --- a/shell/jjb-cleanup.sh +++ b/shell/jjb-cleanup.sh @@ -15,7 +15,7 @@ echo "---> jjb-cleanup.sh" # Ensure we fail the job if any steps fail. # DO NOT set -u as virtualenv's activate script has unbound variables -set -e -o pipefail +set -e +u -o pipefail # shellcheck source="$WORKSPACE/.jjb.properties" disable=SC1091 source "$WORKSPACE/.jjb.properties"