diff options
author | Jack Lucas <jflucas@research.att.com> | 2018-03-23 19:30:49 -0400 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2018-03-23 19:36:22 -0400 |
commit | 16a554c60549b0cb970c5f57894801932d2a0e8e (patch) | |
tree | 5dc99fef756e6044f79c25badc8bc4f62c132d85 /mvn-phase-script.sh | |
parent | 937f02fceddad61dfc9b5a2edff296c063c6c0fb (diff) |
Add CM container build
Change-Id: I13150c229ecd3871c889dbfa979522be2360249d
Issue-ID: DCAEGEN2-416
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'mvn-phase-script.sh')
-rwxr-xr-x | mvn-phase-script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 58c43d3..58294da 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|cmcontainer|redis-cluster-container) + k8s-bootstrap|tca-cdap-container|cm-container|redis-cluster-container) build_and_push_docker ;; scripts|cloud_init) |