diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-09-16 17:40:32 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-09-16 17:40:32 +0200 |
commit | 36966d3d4d244506641b903a5f0d2b23fa735f1c (patch) | |
tree | d7544d22e8330829ec8ebde80291a3d892a3bfbd /pom.xml | |
parent | fdfde2175da045760b356548203131480ae9d601 (diff) |
Disable ES docker build
Disable the elastic search docker build from the release as Search Guard
has been deleted from web repo due to "DMCA takedown notice"
Issue-ID: CLAMP-506
Change-Id: I28cb7d20dd0d2511d548385f46f19759148ff918
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -972,7 +972,6 @@ </configuration> </execution> </executions> - </plugin> <plugin> <groupId>io.fabric8</groupId> @@ -1096,6 +1095,7 @@ <skip>true</skip> </run> <build> + <skip>true</skip> <cleanup>true</cleanup> <tags> <tag>latest</tag> |