osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-trx/+/38113?usp=email )
Change subject: contrib/jenkins: remove duplicate "set -ex" ......................................................................
contrib/jenkins: remove duplicate "set -ex"
There is already a "set -ex" on top of the file, no need to set it again.
Change-Id: Ia071f1f1d37cd1936d6a4001edfe2c5c335787b8 --- M contrib/jenkins.sh 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/13/38113/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index 73d3ffd..dc04540 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -62,8 +62,6 @@ fi fi
-set -ex - if ! [ -x "$(command -v osmo-build-dep.sh)" ]; then echo "Error: We need to have scripts/osmo-deps.sh from http://git.osmocom.org/osmo-ci/ in PATH !" exit 2