From f7e64768d235e079a93d431c1ffcfd38b3747ae1 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Thu, 12 Oct 2017 05:16:59 +0000 Subject: Add new bootstrap instaler script Issue-Id: DCAEGEN2-128 Change-Id: I6e55980d819e8030f2b49bdf594dc89539e22d81 Signed-off-by: Lusheng Ji --- mvn-phase-script.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mvn-phase-script.sh') diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 14b1124..8cf5b5c 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -77,6 +77,11 @@ package) ;; install) echo "==> install phase script" + case $MVN_PROJECT_MODULEID in + bootstrap) + upload_files_of_extension sh + ;; + esac ;; deploy) echo "==> deploy phase script" @@ -84,6 +89,7 @@ deploy) case $MVN_PROJECT_MODULEID in bootstrap) # build docker image from Docker file (under module dir) and push to registry + upload_files_of_extension sh build_and_push_docker ;; scripts) -- cgit 1.2.3-korg