diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2017-07-25 15:53:28 +0300 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2017-07-25 15:53:28 +0300 |
commit | 6917638ef4610e614dd568434d05b98b594881b5 (patch) | |
tree | 112d8c71ac506d08a08cf6ce1deace1e31b43995 /sdc-os-chef | |
parent | a9d103d2f0cfc4c10e2e421f63c0ef9655454c88 (diff) |
[sdc] - sanity docker build disabled in sdc-os-chef pom.xml
Change-Id: I220cda36098ff425f6ee836062e88c12a00d113d
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'sdc-os-chef')
-rw-r--r-- | sdc-os-chef/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml index 152b880136..d14cfd10c6 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> |