Push plugin wgn and type files 13/17813/1
authorLusheng Ji <lji@research.att.com>
Tue, 10 Oct 2017 05:25:29 +0000 (05:25 +0000)
committerLusheng Ji <lji@research.att.com>
Tue, 10 Oct 2017 05:25:34 +0000 (05:25 +0000)
Issue-Id: DCAEGEN2-128
Change-Id: If93a71e8cac73d805918210bf15977ad3f332eb6
Signed-off-by: Lusheng Ji <lji@research.att.com>
mvn-phase-lib.sh

index 67857df..95c8816 100755 (executable)
@@ -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