diff options
author | Michael Lando <ml636r@att.com> | 2017-10-29 20:21:04 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-10-29 20:21:04 +0200 |
commit | 922ac3727ac1a19b537a069291ac4f43232ea88c (patch) | |
tree | ff0633d1149330c20e629e20e763c4445f8b0f86 | |
parent | 65bef4fed27800502859769b48bfa2a397c9e1c3 (diff) |
remove duplicate docker build
Change-Id: Ie1bcedb29a154b207e18ab436dab3f4085687799
Issue-Id: SDC-553
Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r-- | sdc-os-chef/pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml index 5e72422989..d58071d8f3 100644 --- a/sdc-os-chef/pom.xml +++ b/sdc-os-chef/pom.xml @@ -337,10 +337,10 @@ <registry>nexus3.onap.org:10003</registry> <authConfig> <pull> - <username>docker</username> - <password>docker</password> - </pull> - </authConfig> + <username>docker</username> + <password>docker</password> + </pull> + </authConfig> <images> <!-- Build backend image --> @@ -460,7 +460,6 @@ <id>push-images</id> <phase>deploy</phase> <goals> - <goal>build</goal> <goal>push</goal> </goals> <configuration> |