diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/include-docker-login.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/include-docker-login.sh b/jjb/include-docker-login.sh index f583f73f2..89b25163a 100644 --- a/jjb/include-docker-login.sh +++ b/jjb/include-docker-login.sh @@ -1,8 +1,8 @@ #!/bin/bash -DOCKER_REPOSITORIES=nexus3.openecomp.org:10001 \ +DOCKER_REPOSITORIES="nexus3.openecomp.org:10001 \ nexus3.openecomp.org:10002 \ - nexus3.openecomp.org:10003 + nexus3.openecomp.org:10003" for DOCKER_REPOSITORY in $DOCKER_REPOSITORIES; do |