diff options
-rwxr-xr-x | osmo-cn-latest/run.sh | 3 |
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 |