From: tierno Date: Mon, 25 Nov 2019 10:33:25 +0000 (+0000) Subject: fix path of RO/Dockerfile-local X-Git-Tag: v7.0.0rc1~25 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=5cc8ac309e830ef38c4f066c2337259b5c87a0e6 fix path of RO/Dockerfile-local Change-Id: I8bbd509fdc04964f04206b4e29bb5d627145e224 Signed-off-by: tierno --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 776ab061..78716498 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -720,7 +720,7 @@ function generate_docker_images() { elif [ -z "$TO_REBUILD" ] || echo $TO_REBUILD | grep -q RO ; then git -C ${LWTEMPDIR} clone https://osm.etsi.org/gerrit/osm/RO git -C ${LWTEMPDIR}/RO checkout ${COMMIT_ID} - sg docker -c "docker build ${LWTEMPDIR}/RO -f ${LWTEMPDIR}/RO/docker/Dockerfile-local -t ${DOCKER_USER}/ro --no-cache" || FATAL "cannot build RO docker image" + sg docker -c "docker build ${LWTEMPDIR}/RO -f ${LWTEMPDIR}/RO/Dockerfile-local -t ${DOCKER_USER}/ro --no-cache" || FATAL "cannot build RO docker image" fi if [ -n "$PULL_IMAGES" ]; then