aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2018-12-04 17:29:51 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2018-12-04 17:29:51 +0100
commit8ded46bcce8795eaa12661e065ab9606692853b6 (patch)
tree81135e8850ac802f79cbd0a0363958ee70b458a6
parentc346c03bc6fd96341a056553c692b0dc30ec1764 (diff)
osmo-cn-latest: Use docker_images_require function in run scriptdaniel/training
-rwxr-xr-xosmo-cn-latest/run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/osmo-cn-latest/run.sh b/osmo-cn-latest/run.sh
index f11c994..d7bba95 100755
--- a/osmo-cn-latest/run.sh
+++ b/osmo-cn-latest/run.sh
@@ -2,6 +2,9 @@
. ../jenkins-common.sh
+docker_images_require \
+ "osmo-cn-latest"
+
docker network create --subnet 192.168.42.0/24 $NET_NAME
mkdir $VOL_BASE_DIR/osmo-cn