diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-20 10:10:56 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-20 10:11:05 -0500 |
commit | 3eee76a8bdff55d70af3234cf075c6ef64d5f1bb (patch) | |
tree | 62ceaf51e9012b02dfa7b693f05e405927005515 /jjb/policy | |
parent | e8a1bcd5137460e0e9f0d3d2901650149fc52d0e (diff) |
bug DOCKER_REPOSITORY not DOCKER_REPOSITORIES
Change-Id: Ib407d73a1e0cde1b3cc7160bdc1e1d5c48f023bb
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'jjb/policy')
-rw-r--r-- | jjb/policy/include-raw-docker.sh | 4 |
1 files changed, 1 insertions, 3 deletions
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 |