bug DOCKER_REPOSITORY not DOCKER_REPOSITORIES 23/923/1
authorPamela Dragosh <pdragosh@research.att.com>
Mon, 20 Feb 2017 15:10:56 +0000 (10:10 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Mon, 20 Feb 2017 15:11:05 +0000 (10:11 -0500)
Change-Id: Ib407d73a1e0cde1b3cc7160bdc1e1d5c48f023bb
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
jjb/policy/include-raw-docker.sh

index a2e55be..735b59d 100644 (file)
@@ -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