Revert "Add signing to Akraino deploy templates"
[ci-management.git] / 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