From: fujinhua Date: Fri, 8 Sep 2017 00:47:25 +0000 (+0800) Subject: Update docker build script of vfc-driver-sfc X-Git-Tag: 1.0.0-Amsterdam~223 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=66a1cd3c808f2dcf508029bbda7127baedf2c5d9;p=ci-management.git Update docker build script of vfc-driver-sfc Fix path of build_image.sh to the path in source directory Change-Id: I95042945f2bd7b33e15f3bf5fd7d93f9628cedd4 Issue-Id: CIMAN-61 Signed-off-by: fujinhua --- diff --git a/jjb/vfc/build-driver-zte-sfc-docker-image.sh b/jjb/vfc/build-driver-zte-sfc-docker-image.sh index d570d18a2..8435ae139 100755 --- a/jjb/vfc/build-driver-zte-sfc-docker-image.sh +++ b/jjb/vfc/build-driver-zte-sfc-docker-image.sh @@ -5,7 +5,7 @@ echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES =================' CURRENTDIR="$(pwd)" echo $CURRENTDIR -chmod 755 ./docker/*.* +chmod 755 ./zte/sfc-driver/plugin-standalone/src/main/assembly/docker/*.* -./docker/build_image.sh +./zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh