From 3eee76a8bdff55d70af3234cf075c6ef64d5f1bb Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 20 Feb 2017 10:10:56 -0500 Subject: bug DOCKER_REPOSITORY not DOCKER_REPOSITORIES Change-Id: Ib407d73a1e0cde1b3cc7160bdc1e1d5c48f023bb Signed-off-by: Pamela Dragosh --- jjb/policy/include-raw-docker.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'jjb/policy') diff --git a/jjb/policy/include-raw-docker.sh b/jjb/policy/include-raw-docker.sh index a2e55bef8..735b59d98 100644 --- a/jjb/policy/include-raw-docker.sh +++ b/jjb/policy/include-raw-docker.sh @@ -3,9 +3,7 @@ echo '============== STARTING SCRIPT TO BUILD DOCKER IMAGES =================' -DOCKER_REPOSITORIES="nexus3.openecomp.org:10001 \ - nexus3.openecomp.org:10002 \ - nexus3.openecomp.org:10003" +DOCKER_REPOSITORY=nexus3.openecomp.org:10003 for image in policy-os policy-nexus policy-db policy-base policy-drools policy-pe ; do mkdir -p target/$image -- cgit 1.2.3-korg