Remove duplicated docker build step 97/1197/1
authorml636r <ml636r@att.com>
Wed, 22 Feb 2017 13:50:20 +0000 (15:50 +0200)
committerml636r <ml636r@att.com>
Wed, 22 Feb 2017 13:50:20 +0000 (15:50 +0200)
Change-Id: Ife65df6998098b8e5ccac270543aabd16682888b
Signed-off-by: ml636r <ml636r@att.com>
sdc-os-chef/pom.xml

index d665595..3d761df 100644 (file)
@@ -1,5 +1,5 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-                xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
        <modelVersion>4.0.0</modelVersion>
 
                                                </configuration>
                                                <executions>
                                                        <execution>
-                                <id>clean-images</id>
-                                <phase>pre-clean</phase>
-                                <goals>
-                                <goal>remove</goal>
-                                </goals>
-                                <configuration>
-                                <removeAll>true</removeAll>
-                                <image>openecomp/sdc-backend:%l,openecomp/sdc-frontend:%l,openecomp/sdc-elasticsearch:%l,openecomp/sdc-kibana:%l</image>
-                                </configuration>
+                                                               <id>clean-images</id>
+                                                               <phase>pre-clean</phase>
+                                                               <goals>
+                                                                       <goal>remove</goal>
+                                                               </goals>
+                                                               <configuration>
+                                                                       <removeAll>true</removeAll>
+                                                                       <image>openecomp/sdc-backend:%l,openecomp/sdc-frontend:%l,openecomp/sdc-elasticsearch:%l,openecomp/sdc-kibana:%l</image>
+                                                               </configuration>
                                                        </execution>
 
                                                        <execution>
                                                        </execution>
 
                                                        <execution>
-                                <id>push-images</id>
-                                <phase>deploy</phase>
-                                <goals>
-                                <goal>build</goal>
-                                <goal>push</goal>
-                                </goals>
-                                <configuration>
-                                <image>openecomp/sdc-backend:%l,openecomp/sdc-frontend:%l,openecomp/sdc-elasticsearch:%l,openecomp/sdc-kibana:%l</image>
-                                </configuration>
+                                                               <id>push-images</id>
+                                                               <phase>deploy</phase>
+                                                               <goals>
+                                                                       <goal>push</goal>
+                                                               </goals>
+                                                               <configuration>
+                                                                       <image>openecomp/sdc-backend:%l,openecomp/sdc-frontend:%l,openecomp/sdc-elasticsearch:%l,openecomp/sdc-kibana:%l</image>
+                                                               </configuration>
                                                        </execution>
                                                </executions>