summary refs log tree commit diff
path: root/jenkins-postgres.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins-postgres.sh')
-rwxr-xr-xjenkins-postgres.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/jenkins-postgres.sh b/jenkins-postgres.sh
index 1708cbfaaa..d1fed590a2 100755
--- a/jenkins-postgres.sh
+++ b/jenkins-postgres.sh
@@ -1,4 +1,6 @@
-#!/bin/bash -eu
+#!/bin/bash
+
+set -eux
 
 : ${WORKSPACE:="$(pwd)"}