From 8ded46bcce8795eaa12661e065ab9606692853b6 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Tue, 4 Dec 2018 17:29:51 +0100 Subject: osmo-cn-latest: Use docker_images_require function in run script Change-Id: I720768a267135017afebdbbd93ba8903ebb1e54d --- osmo-cn-latest/run.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3