diff options
Diffstat (limited to 'jjb/include-docker-push.sh')
-rw-r--r-- | jjb/include-docker-push.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/include-docker-push.sh b/jjb/include-docker-push.sh index 0acc221ea..3e1b883ff 100644 --- a/jjb/include-docker-push.sh +++ b/jjb/include-docker-push.sh @@ -1,6 +1,6 @@ #!/bin/bash -DOCKER_REPOSITORY="nexus3.openecomp.org:10003" +DOCKER_REPOSITORY="nexus3.onap.org:10003" SEARCH="aai-service"; DATETIME_STAMP=$(date +%Y%m%dT%H%M%S); VERSION_FILE="version.properties" |