Skip to content
Snippets Groups Projects
Commit b139e510 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

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"
parent c0147f86
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -eu
#!/bin/bash
set -eux
: ${WORKSPACE:="$(pwd)"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment