From c556d59512c92f8bdb7d5ce3d2b20634da6150c9 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Tue, 17 Oct 2017 16:50:17 -0400 Subject: Fix not pushing cloud_init scripts Issue-Id: DCAEGEN2-128 Change-Id: I9198c1938c7c4265611dc6d6a0df624d7441919e Signed-off-by: Lusheng Ji --- mvn-phase-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg