Be less agressive with the set 75/1375/2
authorEd Warnicke <eaw@cisco.com>
Thu, 2 Jun 2016 23:38:53 +0000 (18:38 -0500)
committerEd Warnicke <eaw@cisco.com>
Thu, 2 Jun 2016 23:43:18 +0000 (18:43 -0500)
Change-Id: I221374b6515e145f4fc5a31e3c30192732e6aeab
Signed-off-by: Ed Warnicke <eaw@cisco.com>
jjb/vpp/include-raw-vpp-build.sh
jjb/vpp/include-raw-vpp-maven-push.sh

index 60df7ab..61c06ba 100644 (file)
@@ -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
index 1211bbf..91bc295 100644 (file)
@@ -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"