remove duplicate docker build 79/21179/1
authorMichael Lando <ml636r@att.com>
Sun, 29 Oct 2017 18:21:04 +0000 (20:21 +0200)
committerMichael Lando <ml636r@att.com>
Sun, 29 Oct 2017 18:21:04 +0000 (20:21 +0200)
Change-Id: Ie1bcedb29a154b207e18ab436dab3f4085687799
Issue-Id: SDC-553
Signed-off-by: Michael Lando <ml636r@att.com>
sdc-os-chef/pom.xml

index 5e72422..d58071d 100644 (file)
                             <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 -->
                                 <id>push-images</id>
                                 <phase>deploy</phase>
                                 <goals>
-                                    <goal>build</goal>
                                     <goal>push</goal>
                                 </goals>
                                 <configuration>