diff options
author | Lusheng Ji <lji@research.att.com> | 2017-10-15 19:28:04 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-10-15 19:28:12 -0400 |
commit | 6ca8167d142706460889976d5cac17b45dbfa010 (patch) | |
tree | 199d98fe1219b0ce70a44ccbb08f954a74365d29 /mvn-phase-script.sh | |
parent | 92e9cafbeeda9c482ad39cbd71abc60b9cac17ab (diff) |
Add BP input detemplating script
Issue-Id: DCAEGEN2-128
Change-Id: I0461f1b3041682b21bcf8d3cf0e1eacbbd669ed9
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'mvn-phase-script.sh')
-rwxr-xr-x | mvn-phase-script.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 8cf5b5c..945fccc 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -95,6 +95,7 @@ deploy) scripts) # upload all sh file under the root of module upload_files_of_extension sh + upload_files_of_extension py ;; *) echo "====> unknown mvn project module" |