diff options
author | Lusheng Ji <lji@research.att.com> | 2018-03-22 23:25:45 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-03-22 23:26:00 -0400 |
commit | d6d409f7dbb14e4df2f326684c07db3a8859d531 (patch) | |
tree | c6c0e0053d6f53510fcd5bd4238d697331654d98 /mvn-phase-script.sh | |
parent | 6d381a5345092d28675986cf50408eaaa9c40690 (diff) |
Add TCA-CDAP container
Issue-ID: DCAEGEN2-357
Change-Id: I52a4f1c684aee297d248b1e7df5802d9439930ec
Signed-off-by: Lusheng Ji <lji@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 5b1bf07..26d4671 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -91,7 +91,7 @@ deploy) upload_files_of_extension sh build_and_push_docker ;; - k8s-bootstrap|tca-cdap-container|cm-container|redis-cluster-container) + k8s-bootstrap|tca-cdap-container|cmcontainer|redis-cluster-container) build_and_push_docker ;; scripts|cloud_init) |