commit | 92b7eb411c2a21bb263d3a15da7febe4be8859ef | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Tue Jul 17 15:39:07 2018 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Tue Jul 17 15:39:07 2018 -0700 |
tree | d66cae61e09f1d7799b3f0e7028c568309f37b96 | |
parent | 9d98e607ac1743275d8eefaa5da85564f21ae7c5 [diff] |
EnvInject doesn't set empty variables Change-Id: I4e29ec4db83b2b82f0cc897b5005ed7088bc127a
diff --git a/jjb/shell/sonarprep.sh b/jjb/shell/sonarprep.sh index 6f2e23f..772ef20 100755 --- a/jjb/shell/sonarprep.sh +++ b/jjb/shell/sonarprep.sh
@@ -15,7 +15,7 @@ # limitations under the License. # sonarprep.sh - prep project for running sonarqube -set -eu -o pipefail +set -e -o pipefail # run build commands if not blank if [ ! -z "$SONAR_PREP_COMMANDS" ]