From: Pamela Dragosh Date: Tue, 21 Feb 2017 14:41:58 +0000 (-0500) Subject: need to copy the prepare result X-Git-Tag: v1.1.0~88 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1e547280802c84c0d4fdad62f9b694b4843a424d;p=policy%2Fdocker.git need to copy the prepare result Change-Id: I06c6772785e1f0b965d70029f55962dbf04f1967 Signed-off-by: Pamela Dragosh --- diff --git a/docker_build.sh b/docker_build.sh index 30a72035..5c9946f0 100644 --- a/docker_build.sh +++ b/docker_build.sh @@ -6,6 +6,9 @@ echo '============== STARTING SCRIPT TO BUILD DOCKER IMAGES =================' DOCKER_REPOSITORY=nexus3.openecomp.org:10003 DOCKER_VERSION=latest +cp policy-pe/* target/policy-pe/ +cp policy-drools/* target/policy-drools/ + for image in policy-os policy-nexus policy-db policy-base policy-drools policy-pe ; do echo "Building $image" mkdir -p target/$image diff --git a/pom.xml b/pom.xml index ba0904e9..af499c48 100644 --- a/pom.xml +++ b/pom.xml @@ -36,6 +36,7 @@ + ecomp-releases OpenECOMP Release Repository