summaryrefslogtreecommitdiffstats
path: root/jjb/include-docker-blessing.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/include-docker-blessing.sh')
-rwxr-xr-xjjb/include-docker-blessing.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/include-docker-blessing.sh b/jjb/include-docker-blessing.sh
index a2b7c8f0d..0c843f790 100755
--- a/jjb/include-docker-blessing.sh
+++ b/jjb/include-docker-blessing.sh
@@ -24,11 +24,11 @@ then
exit 1
fi
-RELEASE_REPOSITORY="nexus3.openecomp.org:10002"
-SNAPSHOT_REPOSITORY="nexus3.openecomp.org:10003"
+RELEASE_REPOSITORY="nexus3.onap.org:10002"
+SNAPSHOT_REPOSITORY="nexus3.onap.org:10003"
STAGING_IMAGE="openecomp/$PROJECT:$X.$Y-STAGING-latest"
RELEASE_IMAGE="openecomp/$PROJECT:$X.$Y.$Z"
docker pull "$SNAPSHOT_REPOSITORY/$STAGING_IMAGE"
docker tag "$SNAPSHOT_REPOSITORY/$STAGING_IMAGE" "$RELEASE_REPOSITORY/$RELEASE_IMAGE"
-docker push "$RELEASE_REPOSITORY/$RELEASE_IMAGE" \ No newline at end of file
+docker push "$RELEASE_REPOSITORY/$RELEASE_IMAGE"