Update vfc-gvnfm-vnflcm yaml templete 61/10161/2
authorfujinhua <fu.jinhua@zte.com.cn>
Mon, 4 Sep 2017 07:31:55 +0000 (15:31 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Mon, 4 Sep 2017 07:54:35 +0000 (15:54 +0800)
Fix value of docker-pom
Fix path of build_image.sh

Change-Id: Ibabf6b0503e8c7cf7868d91272a9113a1e001e21
Issue-Id: CIMAN-46
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
jjb/vfc/build-gvnfm-vnflcm-docker-image.sh
jjb/vfc/vfc-gvnfm-vnflcm-java.yaml

index d570d18..e4c7430 100755 (executable)
@@ -5,7 +5,7 @@ echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES ================='
 CURRENTDIR="$(pwd)"
 echo $CURRENTDIR
 
-chmod 755 ./docker/*.*
+chmod 755 ./lcm/docker/*.*
 
-./docker/build_image.sh
+./lcm/docker/build_image.sh
 
index e751d48..36d7024 100644 (file)
@@ -16,7 +16,7 @@
       - '{project-name}-{stream}-{subproject}-verify-java'
       - '{project-name}-{stream}-{subproject}-merge-java'
       - '{project-name}-{stream}-docker-java-version-shell-daily':
-          docker-pom: 'lcm/pom.xml'
+          docker-pom: 'pom.xml'
           mvn-goals: 'install'
           script:
             !include-raw-escape: 'build-gvnfm-vnflcm-docker-image.sh'