summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2019-04-03 08:43:44 -0400
committerJack Lucas <jflucas@research.att.com>2019-04-03 08:43:54 -0400
commit6a770f1be73f84bf57e003560d0b95d2c57fcfbe (patch)
tree1a4302a800be4f5eeaa754a2d206918e5f287e7f
parentf4a008369e54f6ac33e53040762f800e055a0675 (diff)
Add multisite to mvn-phase-script
Issue-ID: DCAEGEN2-1136 Change-Id: Ieb5d5be217e5e7bcbea92bb5a7e03251a84a3fa8 Signed-off-by: Jack Lucas <jflucas@research.att.com>
-rwxr-xr-xmvn-phase-script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh
index 590ed4c..c0f76d9 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -83,7 +83,7 @@ deploy)
upload_files_of_extension sh
build_and_push_docker
;;
- k8s-bootstrap-container|tca-cdap-container|cm-container|redis-cluster-container|healthcheck-container|pnda-mirror-container|pnda-bootstrap-container|tls-init-container|consul-loader-container)
+ k8s-bootstrap-container|tca-cdap-container|cm-container|redis-cluster-container|healthcheck-container|pnda-mirror-container|pnda-bootstrap-container|tls-init-container|consul-loader-container|multisite-init-container)
build_and_push_docker
;;
scripts|cloud_init|heat)