aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-os-chef
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-10-29 20:21:04 +0200
committerMichael Lando <ml636r@att.com>2017-10-29 20:21:04 +0200
commit922ac3727ac1a19b537a069291ac4f43232ea88c (patch)
treeff0633d1149330c20e629e20e763c4445f8b0f86 /sdc-os-chef
parent65bef4fed27800502859769b48bfa2a397c9e1c3 (diff)
remove duplicate docker build
Change-Id: Ie1bcedb29a154b207e18ab436dab3f4085687799 Issue-Id: SDC-553 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'sdc-os-chef')
-rw-r--r--sdc-os-chef/pom.xml9
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>