diff options
Diffstat (limited to 'mvn-phase-script.sh')
-rwxr-xr-x | mvn-phase-script.sh | 6 |
1 files changed, 6 insertions, 0 deletions
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) |