summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-10-21 11:18:06 -0400
committerLusheng Ji <lji@research.att.com>2017-10-21 11:18:12 -0400
commitc5f346e5c41f17dd2b7066bd7c9584308626cead (patch)
tree8ac0a4a417b8d492dcce985ece04a70c19d73ce9
parent68d5a7f0bd219cc52ad6d357b0f6cc6010979a2f (diff)
Add uploading yaml input file under scripts
Issue-Id: DCAEGEN2-128 Change-Id: Ic03efd0f664a8bd16543fc281e7148199f3e4193 Signed-off-by: Lusheng Ji <lji@research.att.com>
-rwxr-xr-xmvn-phase-script.sh1
1 files changed, 1 insertions, 0 deletions
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"