diff options
author | Sai Gandham <sg481n@att.com> | 2018-04-04 15:38:09 -0500 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-04-04 15:38:47 -0500 |
commit | 154d9fb1d621e2c7dd25551ed2db739ae63f46ae (patch) | |
tree | dae968eac5bfd41a7d029b40e407524d9b6cff29 /jjb/aaf | |
parent | 4dd9edf18f4e0b9480a55b386390b785c2972dc4 (diff) |
modify aaf docker script to push images
modify aaf docker script and add push shellscript to
release docker images to nexus registry.
Issue-ID: AAF-208
Change-Id: I7b38aed399e82d5ce702e3dce33553dca5fa4678
Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'jjb/aaf')
-rw-r--r-- | jjb/aaf/build-aaf-docker-image.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/aaf/build-aaf-docker-image.sh b/jjb/aaf/build-aaf-docker-image.sh index 17168ae46..2c713c9fb 100644 --- a/jjb/aaf/build-aaf-docker-image.sh +++ b/jjb/aaf/build-aaf-docker-image.sh @@ -4,4 +4,5 @@ ls -ltr cd auth/docker/ ls -ltr chmod 755 * -./dbuild
\ No newline at end of file +sh dbuild.sh +sh dpush.sh
\ No newline at end of file |