From: Lusheng Ji Date: Sat, 21 Oct 2017 15:18:06 +0000 (-0400) Subject: Add uploading yaml input file under scripts X-Git-Tag: v1.1.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c5f346e5c41f17dd2b7066bd7c9584308626cead;p=dcaegen2%2Fdeployments.git Add uploading yaml input file under scripts Issue-Id: DCAEGEN2-128 Change-Id: Ic03efd0f664a8bd16543fc281e7148199f3e4193 Signed-off-by: Lusheng Ji --- 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"