diff options
author | yangyan <yangyanyj@chinamobile.com> | 2017-09-06 12:29:00 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2017-09-06 12:30:01 +0800 |
commit | 6ebf15dab44725c9ba9a4ccfd2b2b6ed5daae599 (patch) | |
tree | 0316f34f290b55fa1b02dd53a04ae35c4e3de574 /jjb | |
parent | 86588fee38ae414e8611f53babe4309a730fb922 (diff) |
Update build-driver-ems-docker-image.sh file
Modify the doker directory
Issue-ID: VFC-291
Change-Id: I5fd3a58cb529ead50c93c1ec1e46ff120746b889
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/vfc/build-driver-ems-docker-image.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/vfc/build-driver-ems-docker-image.sh b/jjb/vfc/build-driver-ems-docker-image.sh index b81ad521c..6804198b5 100755 --- a/jjb/vfc/build-driver-ems-docker-image.sh +++ b/jjb/vfc/build-driver-ems-docker-image.sh @@ -5,7 +5,7 @@ echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES =================' CURRENTDIR="$(pwd)" echo $CURRENTDIR -chmod 755 ./ems/docker/*.* +chmod 755 ./ems/microservice-standalone/src/main/assembly/docker/*.* -./ems/docker/build_image.sh +./ems/microservice-standalone/src/main/assembly/docker/build_image.sh |