Removed old signed firmware during release build

old-commit-hash: a98000849e
This commit is contained in:
Willem Melching
2020-02-03 15:01:36 -08:00
parent 7ffcea6361
commit 2ea3171306

View File

@@ -85,6 +85,8 @@ cp -pR --parents $(cat release/files_common) $TARGET_DIR/
# in the directory
cd $TARGET_DIR
rm -f panda/board/obj/panda.bin.signed
echo "[-] committing version $VERSION T=$SECONDS"
git add -f .
git status