Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop' into rav/SYN-642
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Mar 3, 2016
2 parents a85179a + 62d808b commit 361fc53
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion jenkins-flake8.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash -eu
#!/bin/bash

set -eux

: ${WORKSPACE:="$(pwd)"}

Expand Down
4 changes: 3 additions & 1 deletion jenkins-postgres.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash -eu
#!/bin/bash

set -eux

: ${WORKSPACE:="$(pwd)"}

Expand Down
4 changes: 3 additions & 1 deletion jenkins-sqlite.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash -eu
#!/bin/bash

set -eux

: ${WORKSPACE:="$(pwd)"}

Expand Down
4 changes: 3 additions & 1 deletion jenkins-unittests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash -eu
#!/bin/bash

set -eux

: ${WORKSPACE:="$(pwd)"}

Expand Down

0 comments on commit 361fc53

Please sign in to comment.