summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-02-04 12:58:08 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-02-04 13:38:11 +0100
commitb2c7cda618ba21a5298f3b004f4bda013d3b80d8 (patch)
tree4055650fd681448d5b1f95a4a2a4e86acae2b4d4
parentff9bdb1024345d79f7ad1869eef97f6f1a32c5b4 (diff)
armband: Fix log collection by not setting errexit
Fuel and Armband deploy scripts trap internal errors and call exit in the trap handler, so the releng wrapper exists before collecting all deploy logs when shell option "errexit" is set. JIRA: ARMBAND-217 Change-Id: Icb1e3277c3e137abb3225a2b9a0b4269eaf08fc6 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
-rwxr-xr-xjjb/armband/armband-deploy.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/jjb/armband/armband-deploy.sh b/jjb/armband/armband-deploy.sh
index 6ddd2e961..adabfcaeb 100755
--- a/jjb/armband/armband-deploy.sh
+++ b/jjb/armband/armband-deploy.sh
@@ -8,7 +8,6 @@
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-set -o errexit
set -o nounset
set -o pipefail