From: Ed Warnicke Date: Thu, 2 Jun 2016 23:38:53 +0000 (-0500) Subject: Be less agressive with the set X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=62ad46e44314334a9e7b8736834184d350d37518;p=ci-management.git Be less agressive with the set Change-Id: I221374b6515e145f4fc5a31e3c30192732e6aeab Signed-off-by: Ed Warnicke --- diff --git a/jjb/vpp/include-raw-vpp-build.sh b/jjb/vpp/include-raw-vpp-build.sh index 60df7ab4a..61c06ba19 100644 --- a/jjb/vpp/include-raw-vpp-build.sh +++ b/jjb/vpp/include-raw-vpp-build.sh @@ -1,6 +1,6 @@ #!/bin/bash # basic build script example -set -xeu -o pipefail +set -xe -o pipefail # do nothing but print the current slave hostname hostname export CCACHE_DIR=/tmp/ccache diff --git a/jjb/vpp/include-raw-vpp-maven-push.sh b/jjb/vpp/include-raw-vpp-maven-push.sh index 1211bbf04..91bc295b8 100644 --- a/jjb/vpp/include-raw-vpp-maven-push.sh +++ b/jjb/vpp/include-raw-vpp-maven-push.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -xeu -o pipefail +set -xe -o pipefail echo "*******************************************************************" echo "* STARTING PUSH OF PACKAGES TO REPOS" echo "* NOTHING THAT HAPPENS BELOW THIS POINT IS RELATED TO BUILD FAILURE"