diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-16 09:18:33 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-16 09:19:58 -0700 |
commit | ccdcf7aa30bceb488bd73b59b15b4254f0883974 (patch) | |
tree | ec9c4dea4a17907e8255ec631b42e9c76ce09282 /jjb | |
parent | 5dc72285a11f783acd6d9ea3d063f93d3e0b6eb1 (diff) |
Add new docker.staging repo on port 10004
Change-Id: Icadc95d50e7192943e0771347635d4064e518a39
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/include-docker-login.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/jjb/include-docker-login.sh b/jjb/include-docker-login.sh index 3b677b46d..c39b9f37b 100644 --- a/jjb/include-docker-login.sh +++ b/jjb/include-docker-login.sh @@ -1,8 +1,11 @@ #!/bin/bash +# vim: ts=4 sw=4 sts=4 et : + DOCKER_REPOSITORIES="nexus3.openecomp.org:10001 \ nexus3.openecomp.org:10002 \ - nexus3.openecomp.org:10003" + nexus3.openecomp.org:10003 \ + nexus3.openecomp.org:10004" for DOCKER_REPOSITORY in $DOCKER_REPOSITORIES; do |