From bfa1bbeb4ecb4908325d8a2ca92a91db8b0b5aa6 Mon Sep 17 00:00:00 2001 From: Julien Barbot Date: Mon, 20 Aug 2018 18:42:48 +0200 Subject: Add pnda-mirror container creation Issue-ID: DCAEGEN2-367 Change-Id: I3cdc20717890692cc4f81d6527598267b8efd798 Signed-off-by: Julien Barbot --- mvn-phase-script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mvn-phase-script.sh') diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 19a561a..de4d82d 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -83,11 +83,11 @@ deploy) upload_files_of_extension sh build_and_push_docker ;; - k8s-bootstrap-container|tca-cdap-container|cm-container|redis-cluster-container|healthcheck-container) + k8s-bootstrap-container|tca-cdap-container|cm-container|redis-cluster-container|healthcheck-container|pnda-mirror-container) build_and_push_docker ;; scripts|cloud_init|heat) - # upload all sh file under the root of module + # upload all sh file under the root of module upload_files_of_extension_recursively sh $MVN_PROJECT_MODULEID upload_files_of_extension_recursively py $MVN_PROJECT_MODULEID upload_files_of_extension_recursively yaml $MVN_PROJECT_MODULEID -- cgit 1.2.3-korg