summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2017-10-12 09:50:49 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2017-10-12 09:56:41 -0400
commitfb3b69a464b5ba369843ccdf7bfa1a9fc0af2d30 (patch)
tree7f3bab9a5dc44dc08fe93625d179485a6fb0e395
parent3e84fe6c1d45303bb068f3d118700d69a60057b8 (diff)
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 <arul.nambi@amdocs.com>
-rwxr-xr-xjjb/include-docker-push.sh2
1 files changed, 1 insertions, 1 deletions
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