removing drivers from update bundle

This commit is contained in:
rusefi 2020-07-05 14:45:12 -04:00
parent 7df5795dcd
commit a9c79a1dd6
1 changed files with 2 additions and 6 deletions

View File

@ -100,13 +100,9 @@ cd ..
mkdir -p artifacts
mv temp/$FULL_BUNDLE_FILE artifacts
echo "Removing more static content from ${CONSOLE_FOLDER}"
rm -rf $CONSOLE_FOLDER/openocd
rm -rf $CONSOLE_FOLDER/DfuSe
rm -rf $CONSOLE_FOLDER/../drivers
rm -rf $CONSOLE_FOLDER/rusefi_simulator.exe
echo "Removing static content from ${CONSOLE_FOLDER} and $DRIVERS_FOLDER"
rm -rf $CONSOLE_FOLDER
rm -rf $DRIVERS_FOLDER
# for autoupdate we do not want the unique folder name with timestamp
cd $FOLDER