From b2c7cda618ba21a5298f3b004f4bda013d3b80d8 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sat, 4 Feb 2017 12:58:08 +0100 Subject: [PATCH] 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 --- jjb/armband/armband-deploy.sh | 1 - 1 file changed, 1 deletion(-) 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 -- 2.16.6