aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-10-30 05:13:24 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-10-30 05:14:28 +0100
commit0ee68a25f3d844f547f4d168a54f69f7abf49c43 (patch)
tree91698cc452452a4d880a22acf9f66f9bf035d2eb
parent41e8427732acc804caae01983e1913c7a0310d39 (diff)
jobs: gerrit: fix cellmgr-ng
-rw-r--r--jobs/gerrit-verifications.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index abde21e..1057406 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -30,8 +30,9 @@
concurrent: true
cmd: >
docker run --rm=true -e HOME=/build -e MAKE=make -e PARALLEL_MAKE="$PARALLEL_MAKE" \
- -e IU="$IU" -e SMPP="$SMPP" -e MGCP="$MGCP" -w /build -i -u build -v $PWD:/build \
- osmocom:amd64 /build/contrib/jenkins.sh'
+ -e PATH="$PATH:/build_bin" -w /build \
+ -i -u build -v "$PWD:/build" -v "$HOME/bin:/build_bin" \
+ osmocom:amd64 /build/contrib/jenkins.sh
- libasn1c:
slave_axis: !!python/tuple [linux_amd64_debian8, FreeBSD_amd64]