diff options
author | Lusheng Ji <lji@research.att.com> | 2018-08-27 15:28:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-27 15:28:59 +0000 |
commit | 88e7ac4f5511e8bc51b61ff0b7d55a270cd46a80 (patch) | |
tree | 7d206b8185700fc9791c38994406bfc6d2f8f9b6 /mvn-phase-script.sh | |
parent | 6c1a14ac426f0df0f4dc2a10f478252fbb7eeaaf (diff) | |
parent | bfa1bbeb4ecb4908325d8a2ca92a91db8b0b5aa6 (diff) |
Merge "Add pnda-mirror container creation"
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 |