diff options
author | talasila <talasila@research.att.com> | 2017-02-19 20:11:48 -0500 |
---|---|---|
committer | talasila <talasila@research.att.com> | 2017-02-19 20:25:45 -0500 |
commit | 10c33cd35f772940a02cfdd72863a178776efb8d (patch) | |
tree | 17f5b04793c728cff4cba95252bc050d1205da83 /deliveries/os_docker_push.sh | |
parent | 560a5cc753ad1195652292c17f519e6883b2f30f (diff) |
listing docker images
Change-Id: I0d5e3d135255c3044c400957087cb1f93425a6e9
Signed-off-by: talasila <talasila@research.att.com>
Diffstat (limited to 'deliveries/os_docker_push.sh')
-rw-r--r-- | deliveries/os_docker_push.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deliveries/os_docker_push.sh b/deliveries/os_docker_push.sh index e19a360a..40d15cb5 100644 --- a/deliveries/os_docker_push.sh +++ b/deliveries/os_docker_push.sh @@ -1,5 +1,7 @@ #!/bin/bash +./run.sh + REPO="nexus3.openecomp.org:10003" APPS="${REPO}/openecomp/portalapps:1.0.0" |