From 14f6e0b3dee03fe5d9687e744cdd428409cb5a12 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Thu, 1 Nov 2018 21:12:30 -0400 Subject: Build/deploy ControllerBlueprint Dockerimage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iba3217fe6080f4a1430095ef4c184fe7e9286459 Issue-ID: CCSDK-646 Signed-off-by: Alexis de Talhouët --- ms/controllerblueprints/distribution/pom.xml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'ms/controllerblueprints/distribution') diff --git a/ms/controllerblueprints/distribution/pom.xml b/ms/controllerblueprints/distribution/pom.xml index 498442a25..d3bff091b 100644 --- a/ms/controllerblueprints/distribution/pom.xml +++ b/ms/controllerblueprints/distribution/pom.xml @@ -176,14 +176,21 @@ true - - push-images - ${docker.build.phase} - - build - push - - + + generate-images + package + + build + + + + push-images + ${docker.push.phase} + + build + push + + -- cgit 1.2.3-korg