diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-08 08:47:25 +0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 01:13:34 +0000 |
commit | 66a1cd3c808f2dcf508029bbda7127baedf2c5d9 (patch) | |
tree | a9ff114205b06ffc1e852c5f8f07573d9942c027 /jjb/vfc | |
parent | 4531594b6f3481ca14b8cf570245cf01f35aef88 (diff) |
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 <fu.jinhua@zte.com.cn>
Diffstat (limited to 'jjb/vfc')
-rwxr-xr-x | jjb/vfc/build-driver-zte-sfc-docker-image.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |