Fix for CSIT of VTN Openstack newton jobs
[releng/builder.git] / packer / provision / gbp.sh
index dc461c94ccdb12f73c46f3978897dd5d584ec986..057c648e358944c69aa524d0528e5ebdc9b5c890 100644 (file)
@@ -2,6 +2,9 @@
 
 # vim: sw=4 ts=4 sts=4 et tw=72 :
 
+# force any errors to cause the script and job to end in failure
+set -xeu -o pipefail
+
 # Ensure that necessary variables are set to enable noninteractive mode in
 # commands.
 export DEBIAN_FRONTEND=noninteractive