X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fmaven-sonar.sh;h=e0c0477d33bc8871212fabcf9117d678824b36ed;hb=6eefde1f463638b5021c2ec96eb67a017d379f1f;hp=17c509d5c50a749d233942dc8e20e902059c9493;hpb=4d253dda82fd56f3e016fc0059e10d201e253db5;p=releng%2Fglobal-jjb.git diff --git a/shell/maven-sonar.sh b/shell/maven-sonar.sh index 17c509d5..e0c0477d 100644 --- a/shell/maven-sonar.sh +++ b/shell/maven-sonar.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