mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-15 14:32:30 +01:00
jenkins.sh: set -x
Also move the options from the shebang line to the body of the script, so that they take effect even if somebody explicitly runs "bash jenkins.sh"
This commit is contained in:
parent
c0147f86a1
commit
b139e51041
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
#!/bin/bash -eu
|
||||
#!/bin/bash
|
||||
|
||||
set -eux
|
||||
|
||||
: ${WORKSPACE:="$(pwd)"}
|
||||
|
||||
|
|
Loading…
Reference in a new issue