Renaming openecomp to onap 53/18553/1
authorArul.Nambi <arul.nambi@amdocs.com>
Thu, 12 Oct 2017 13:50:49 +0000 (09:50 -0400)
committerArul.Nambi <arul.nambi@amdocs.com>
Thu, 12 Oct 2017 13:56:41 +0000 (09:56 -0400)
Changing the name from openecomp to ONAP affected the docker build
scripts.

Issue-ID: AAI-208
Change-Id: I7588c80ed8629d735a271d54fe9ea7614544aebc
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
jjb/include-docker-push.sh

index df42fa7..3cc9508 100755 (executable)
@@ -34,7 +34,7 @@ else
     # Cut the prefix aai/ in example aai/model-loader
     DOCKER_REPO_NAME=$(echo ${PROJECT} | cut -d"/" -f2-);
 
-    REPO_PATH=$DOCKER_REPOSITORY/openecomp/${DOCKER_REPO_NAME};
+    REPO_PATH=$DOCKER_REPOSITORY/onap/${DOCKER_REPO_NAME};
 fi