summary refs log tree commit diff
path: root/jenkins-sqlite.sh
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-03-03 19:14:02 +0000
committerRichard van der Hoff <richard@matrix.org>2016-03-03 19:14:02 +0000
commit361fc53917cfe29549a6b678bbfefc07b94bd518 (patch)
tree7f9c37afab5515c7ac67ac91ac86da1f6db398b0 /jenkins-sqlite.sh
parentMerge remote-tracking branch 'origin/develop' into rav/SYN-642 (diff)
parentjenkins-*.sh: set -x (diff)
downloadsynapse-361fc53917cfe29549a6b678bbfefc07b94bd518.tar.xz
Merge branch 'develop' into rav/SYN-642
Diffstat (limited to '')
-rwxr-xr-xjenkins-sqlite.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/jenkins-sqlite.sh b/jenkins-sqlite.sh

index 2d98a0af93..57fd8de54d 100755 --- a/jenkins-sqlite.sh +++ b/jenkins-sqlite.sh
@@ -1,4 +1,6 @@ -#!/bin/bash -eu +#!/bin/bash + +set -eux : ${WORKSPACE:="$(pwd)"}