removing drivers from update bundle
This commit is contained in:
parent
7df5795dcd
commit
a9c79a1dd6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue