Fixed error that broke release builds 39/339/1
authorEby, Robert (re2429) <re2429@att.com>
Mon, 3 Dec 2018 15:56:29 +0000 (10:56 -0500)
committerEby, Robert (re2429) <re2429@att.com>
Mon, 3 Dec 2018 15:56:29 +0000 (10:56 -0500)
Change-Id: I54aba7e13e20fcef582ba1450df89e65a11561b0
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
jjb/shell/make-tar.sh

index 43e5693..adc830d 100644 (file)
@@ -20,7 +20,8 @@ dos2unix "${WORKSPACE}/version.properties"
 source "$WORKSPACE/version.properties"
 TARDIR=$UPLOAD_FILES_PATH
 
-set -e -u -x -o pipefail
+# STAGING_BUILD (below) may be unset
+set -e +u -x -o pipefail
 rm -fr "$TARDIR"
 
 if [ -n "$STAGING_BUILD" ]
@@ -32,6 +33,9 @@ else
     [[ ! "$VERSION" =~ -SNAPSHOT$ ]] && VERSION="${VERSION}-SNAPSHOT"
 fi
 
+# STAGING_BUILD not used past this point
+set -u
+
 if [ "$PROJECT" == "addon-onap" ]
 then