diff options
author | Lusheng Ji <lji@research.att.com> | 2017-10-17 16:50:17 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-10-17 16:50:49 -0400 |
commit | c556d59512c92f8bdb7d5ce3d2b20634da6150c9 (patch) | |
tree | c42aafffad69f2e8a04d7026ecfe3b0b5e1ec1c2 /mvn-phase-script.sh | |
parent | 9f223bf76cd0bb36952a745711aaddf8ce4200e1 (diff) |
Fix not pushing cloud_init scripts
Issue-Id: DCAEGEN2-128
Change-Id: I9198c1938c7c4265611dc6d6a0df624d7441919e
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 db190e0..ff81a25 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -92,7 +92,7 @@ deploy) upload_files_of_extension sh build_and_push_docker ;; - scripts) + scripts|cloud_init) # upload all sh file under the root of module upload_files_of_extension_recursively sh upload_files_of_extension_recursively py |