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
--
To view, visit
https://gerrit.osmocom.org/c/osmo-trx/+/38113?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: Ia071f1f1d37cd1936d6a4001edfe2c5c335787b8
Gerrit-Change-Number: 38113
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>