diff options
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 |