Change ecomp to openecomp
Change-Id: I503ff6690fbcebc340513444dda2f113fc19e90e
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
diff --git a/jjb/include-docker-push.sh b/jjb/include-docker-push.sh
index 1017d54..ec78d9a 100644
--- a/jjb/include-docker-push.sh
+++ b/jjb/include-docker-push.sh
@@ -4,7 +4,7 @@
SEARCH="aai-service";
if [[ $PROJECT =~ $SEARCH ]] ; then
- docker push $DOCKER_REPOSITORY/ecomp/ajsc-aai:latest;
+ docker push $DOCKER_REPOSITORY/openecomp/ajsc-aai:latest;
else
- docker push $DOCKER_REPOSITORY/ecomp/model-loader:latest;
+ docker push $DOCKER_REPOSITORY/openecomp/model-loader:latest;
fi