From a90804db040ed39e7541b8778c283a25b18d31b8 Mon Sep 17 00:00:00 2001 From: ml636r Date: Wed, 22 Feb 2017 15:50:20 +0200 Subject: Remove duplicated docker build step Change-Id: Ife65df6998098b8e5ccac270543aabd16682888b Signed-off-by: ml636r --- sdc-os-chef/pom.xml | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) (limited to 'sdc-os-chef/pom.xml') diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml index d665595bb5..3d761df5e6 100644 --- a/sdc-os-chef/pom.xml +++ b/sdc-os-chef/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -162,15 +162,15 @@ - clean-images - pre-clean - - remove - - - true - openecomp/sdc-backend:%l,openecomp/sdc-frontend:%l,openecomp/sdc-elasticsearch:%l,openecomp/sdc-kibana:%l - + clean-images + pre-clean + + remove + + + true + openecomp/sdc-backend:%l,openecomp/sdc-frontend:%l,openecomp/sdc-elasticsearch:%l,openecomp/sdc-kibana:%l + @@ -182,15 +182,14 @@ - push-images - deploy - - build - push - - - openecomp/sdc-backend:%l,openecomp/sdc-frontend:%l,openecomp/sdc-elasticsearch:%l,openecomp/sdc-kibana:%l - + push-images + deploy + + push + + + openecomp/sdc-backend:%l,openecomp/sdc-frontend:%l,openecomp/sdc-elasticsearch:%l,openecomp/sdc-kibana:%l + -- cgit 1.2.3-korg