Make sure we fail if scripts fail
[releng/global-jjb.git] / shell / create-netrc.sh
index 4a15e3b..b4fd045 100644 (file)
@@ -8,6 +8,10 @@
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
 ##############################################################################
+echo "---> create-netrc.sh"
+
+# Ensure we fail the job if any steps fail.
+set -eu -o pipefail
 
 NEXUS_URL="${NEXUS_URL:-$NEXUSPROXY}"
 CREDENTIAL=$(xmlstarlet sel -N "x=http://maven.apache.org/SETTINGS/1.0.0" \