aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-01-08 15:48:00 +0100
committerOliver Smith <osmith@sysmocom.de>2020-01-15 10:26:23 +0100
commitaadc60f4037dcf9529a30d362648b0f0849825c2 (patch)
treeff7b4f2aed4cf087fb69023a68e3441d4b3884d4 /scripts
parentb79e06367bf72646c5114d60766ee61f1b9631bb (diff)
jobs/gerrit-verifications.yml: add erlang repos
Run contrib/jenkins.sh in erlang repositories, that were recently updated (osmo_gsup, osmo_dia2gsup, osmo_ss7). Depends: docker-playground Ia3eaec6090c9652549b2850de74ee21730374bbd Related: OS#4345 Change-Id: I05d152de6b7a04dee935d79b9987c511351eca95
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/osmo-ci-docker-rebuild.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/osmo-ci-docker-rebuild.sh b/scripts/osmo-ci-docker-rebuild.sh
index 4a7ee25..943b5a0 100755
--- a/scripts/osmo-ci-docker-rebuild.sh
+++ b/scripts/osmo-ci-docker-rebuild.sh
@@ -2,4 +2,5 @@
cd "$(dirname "$0")/.."
. scripts/common.sh
docker_images_require \
- "debian-stretch-jenkins"
+ "debian-stretch-jenkins" \
+ "debian-buster-erlang"