Make sure we fail if scripts fail
[releng/global-jjb.git] / shell / logs-deploy.sh
index e5c990a..fa31f2b 100644 (file)
@@ -8,6 +8,10 @@
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
 ##############################################################################
+echo "---> logs-deploy.sh"
+
+# Ensure we fail the job if any steps fail.
+set -eu -o pipefail
 
 set -x  # Trace commands for this script to make debugging easier.