must be executable 05/1105/2
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 21 Feb 2017 14:39:13 +0000 (09:39 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 21 Feb 2017 15:10:49 +0000 (10:10 -0500)
Change-Id: I5a16bcd806385739b250eb2724562ccb31f191bb
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
jjb/policy/include-raw-docker-verify.sh
jjb/policy/include-raw-docker.sh

index d1943ba..c89b267 100644 (file)
@@ -1,12 +1,10 @@
 #!/bin/bash
 #
-echo '============== STARTING SCRIPT TO BUILD DOCKER IMAGES ================='
+echo '============== CALLING SCRIPT TO VERIFY DOCKER IMAGES ================='
 
+CURRENTDIR="$(pwd)"
+echo $CURRENTDIR
 
-DOCKER_REPOSITORY=nexus3.openecomp.org:10003
+chmod 755 *.*
 
-for image in policy-os policy-nexus policy-db policy-base policy-drools policy-pe ; do
-    echo "Building $image"
-    mkdir -p target/$image
-    cp $image/* target/$image
-done
+./docker_verify.sh
\ No newline at end of file
index ace9f97..00aa7f7 100644 (file)
@@ -5,4 +5,6 @@ echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES ================='
 CURRENTDIR="$(pwd)"
 echo $CURRENTDIR
 
+chmod 755 *.*
+
 ./docker_build.sh
\ No newline at end of file