Venkata Harish K Kajur | baaef36 | 2017-02-20 15:42:02 +0000 | [diff] [blame] | 1 | #!/bin/bash |
2 | |||||
3 | DOCKER_REPOSITORY="nexus3.openecomp.org:10003" | ||||
4 | SEARCH="aai-service"; | ||||
5 | |||||
6 | if [[ $PROJECT =~ $SEARCH ]] ; then | ||||
7 | docker push $DOCKER_REPOSITORY/ecomp/ajsc-aai:latest; | ||||
8 | else | ||||
9 | docker push $DOCKER_REPOSITORY/ecomp/model-loader:latest; | ||||
10 | fi |