Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
ci-management
/
6a88c6059d7700aef207110a6a024a6d835616a6
/
.
/
jjb
/
include-docker-push.sh
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