summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-10-10 05:25:29 +0000
committerLusheng Ji <lji@research.att.com>2017-10-10 05:25:34 +0000
commitdc640203f343fe036a2b6a24388ed71e9c5eb1e7 (patch)
tree3a56ee2ae05fd9d45f8dcbaf5d7f5a3ecafe9ab4
parent2b977d1bbaefa6f306b7d7eaadacdd2eed54ec43 (diff)
Push plugin wgn and type files
Issue-Id: DCAEGEN2-128 Change-Id: If93a71e8cac73d805918210bf15977ad3f332eb6 Signed-off-by: Lusheng Ji <lji@research.att.com>
-rwxr-xr-xmvn-phase-lib.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/mvn-phase-lib.sh b/mvn-phase-lib.sh
index 67857df..95c8816 100755
--- a/mvn-phase-lib.sh
+++ b/mvn-phase-lib.sh
@@ -307,9 +307,9 @@ upload_wagons_and_type_yamls()
exit -1
fi
- echo upload_raw_file "$NEWFILENAME" type_files/${PLUGIN_NAME}/${PLUGIN_VERSION_MAJOR}
- echo upload_raw_file "$NEWFILENAME" type_files/${PLUGIN_NAME}/${PLUGIN_VERSION_MAJOR_MINOR}
- echo upload_raw_file "${WAGONFILE_NAME}" "plugins/${PLUGIN_NAME}"
+ upload_raw_file "$NEWFILENAME" type_files/${PLUGIN_NAME}/${PLUGIN_VERSION_MAJOR}
+ upload_raw_file "$NEWFILENAME" type_files/${PLUGIN_NAME}/${PLUGIN_VERSION_MAJOR_MINOR}
+ upload_raw_file "${WAGONFILE_NAME}" "plugins/${PLUGIN_NAME}"
rm -r $WAGONFILE_NAME
if [ "$TYPEFILE_NAME" != "$NEWFILENAME" ]; then