summaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2018-03-27 00:04:46 -0400
committerJack Lucas <jflucas@research.att.com>2018-03-27 00:05:26 -0400
commit230ae894c1b2f489e31d6a0d9f7db99cf6b65cbe (patch)
tree44dd8a41e278a8a3155b9f628515d550636b2248 /mvn-phase-script.sh
parent649d242623da77f02277c778a55cc51430a809ca (diff)
Add k8s bootstrap container
Change-Id: Ib21bd80a1e43d1005974527cecf93e99462e94fa Issue-ID: DCAEGEN2-421 Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'mvn-phase-script.sh')
-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 58294da..b9f99eb 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|tca-cdap-container|cm-container|redis-cluster-container)
+ k8s-bootstrap-container|tca-cdap-container|cm-container|redis-cluster-container)
build_and_push_docker
;;
scripts|cloud_init)