[sdc] - sanity docker build disabled in sdc-os-chef pom.xml

Change-Id: I220cda36098ff425f6ee836062e88c12a00d113d
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml
index 152b880..d14cfd1 100644
--- a/sdc-os-chef/pom.xml
+++ b/sdc-os-chef/pom.xml
@@ -216,7 +216,7 @@
 								</image>
 
 								<!-- Build sanity image -->
-								<image>
+								<!-- <image>
 									<name>openecomp/sdc-sanity</name>
 									<alias>sdc-sanity</alias>
 									<build>
@@ -228,7 +228,7 @@
 											<tag>1.1-STAGING-latest</tag>
 										</tags>
 									</build>
-								</image>
+								</image> -->
 
 							</images>
 						</configuration>
@@ -241,7 +241,7 @@
                                 </goals>
                                 <configuration>
                                 <removeAll>true</removeAll>
-                                <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana,openecomp/sdc-sanity</image>
+                                <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana<!-- ,openecomp/sdc-sanity --></image>
                                 </configuration>
 							</execution>
 
@@ -261,7 +261,7 @@
 									<goal>push</goal>
                                 </goals>
                                 <configuration>
-                                <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana,openecomp/sdc-sanity</image>
+                                <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana<!-- ,openecomp/sdc-sanity --></image>
                                 </configuration>
 							</execution>
 						</executions>