blob: 1017d549cef37d651f13ba1e5b72f332faaf2dc5 [file] [log] [blame]
#!/bin/bash
DOCKER_REPOSITORY="nexus3.openecomp.org:10003"
SEARCH="aai-service";
if [[ $PROJECT =~ $SEARCH ]] ; then
docker push $DOCKER_REPOSITORY/ecomp/ajsc-aai:latest;
else
docker push $DOCKER_REPOSITORY/ecomp/model-loader:latest;
fi