From: Arul.Nambi Date: Thu, 12 Oct 2017 13:50:49 +0000 (-0400) Subject: Renaming openecomp to onap X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=fb3b69a464b5ba369843ccdf7bfa1a9fc0af2d30;p=ci-management.git 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 --- 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