aboutsummaryrefslogtreecommitdiffstats
path: root/docker_build.sh
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-02-21 09:41:58 -0500
committerPamela Dragosh <pdragosh@research.att.com>2017-02-21 09:42:05 -0500
commit1e547280802c84c0d4fdad62f9b694b4843a424d (patch)
treeb05cfdbd6c44dcd5ff14d98b67f8aa1a8a05ef95 /docker_build.sh
parent12644d6863ee46a3ab8fb226e4e5079b7d805034 (diff)
need to copy the prepare result
Change-Id: I06c6772785e1f0b965d70029f55962dbf04f1967 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'docker_build.sh')
-rw-r--r--docker_build.sh3
1 files changed, 3 insertions, 0 deletions
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