X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fmaven-build.sh;h=a807a03ac66de84174dc7c6ac7c524676bfc04c7;hb=8808c71bc8632fc6e3553cd674e8c605ad5af436;hp=6be1900ca7627d58576fbb7fae2344076cf317d1;hpb=c00e75c79a275db041585fe532ab0a36169c3c38;p=releng%2Fglobal-jjb.git diff --git a/shell/maven-build.sh b/shell/maven-build.sh index 6be1900c..a807a03a 100644 --- a/shell/maven-build.sh +++ b/shell/maven-build.sh @@ -14,7 +14,7 @@ # DO NOT enable -u because $MAVEN_PARAMS and $MAVEN_OPTIONS could be unbound. # Ensure we fail the job if any steps fail. -set -e -o pipefail +set -xe -o pipefail set +u export MAVEN_OPTS