diff options
author | Julien Barbot <julien@barbot.org> | 2018-08-20 18:42:48 +0200 |
---|---|---|
committer | Julien Barbot <julien@barbot.org> | 2018-08-27 11:37:25 +0200 |
commit | bfa1bbeb4ecb4908325d8a2ca92a91db8b0b5aa6 (patch) | |
tree | 0ad765ab118490c27ad77b1d620c345179e874fa /mvn-phase-script.sh | |
parent | 45cb899800a171a398238665009af73927969db0 (diff) |
Add pnda-mirror container creation
Issue-ID: DCAEGEN2-367
Change-Id: I3cdc20717890692cc4f81d6527598267b8efd798
Signed-off-by: Julien Barbot <julien@barbot.org>
Diffstat (limited to 'mvn-phase-script.sh')
-rwxr-xr-x | mvn-phase-script.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |