From 6e1ee1e63d77ff8216c7c5afbf28b563be6ff243 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 21 Feb 2017 09:39:13 -0500 Subject: must be executable Change-Id: I5a16bcd806385739b250eb2724562ccb31f191bb Signed-off-by: Pamela Dragosh --- jjb/policy/include-raw-docker-verify.sh | 12 +++++------- jjb/policy/include-raw-docker.sh | 2 ++ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'jjb/policy') diff --git a/jjb/policy/include-raw-docker-verify.sh b/jjb/policy/include-raw-docker-verify.sh index d1943ba7c..c89b26778 100644 --- a/jjb/policy/include-raw-docker-verify.sh +++ b/jjb/policy/include-raw-docker-verify.sh @@ -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 diff --git a/jjb/policy/include-raw-docker.sh b/jjb/policy/include-raw-docker.sh index ace9f979e..00aa7f74c 100644 --- a/jjb/policy/include-raw-docker.sh +++ b/jjb/policy/include-raw-docker.sh @@ -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 -- cgit 1.2.3-korg