From fb3b69a464b5ba369843ccdf7bfa1a9fc0af2d30 Mon Sep 17 00:00:00 2001 From: "Arul.Nambi" Date: Thu, 12 Oct 2017 09:50:49 -0400 Subject: Renaming openecomp to onap Changing the name from openecomp to ONAP affected the docker build scripts. Issue-ID: AAI-208 Change-Id: I7588c80ed8629d735a271d54fe9ea7614544aebc Signed-off-by: Arul.Nambi --- jjb/include-docker-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/include-docker-push.sh b/jjb/include-docker-push.sh index df42fa7b9..3cc95081f 100755 --- a/jjb/include-docker-push.sh +++ b/jjb/include-docker-push.sh @@ -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 -- cgit 1.2.3-korg