From c5f346e5c41f17dd2b7066bd7c9584308626cead Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Sat, 21 Oct 2017 11:18:06 -0400 Subject: Add uploading yaml input file under scripts Issue-Id: DCAEGEN2-128 Change-Id: Ic03efd0f664a8bd16543fc281e7148199f3e4193 Signed-off-by: Lusheng Ji --- mvn-phase-script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index ff81a25..c07c832 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -96,6 +96,7 @@ deploy) # upload all sh file under the root of module upload_files_of_extension_recursively sh upload_files_of_extension_recursively py + upload_files_of_extension_recursively yaml ;; *) echo "====> unknown mvn project module" -- cgit 1.2.3-korg