mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-04 13:02:09 +08:00
make sure release script removes old dotfiles
old-commit-hash: c4ed49f0826fc86e7bcacec6edd4c89f451a3551
This commit is contained in:
@@ -66,6 +66,9 @@ add_subtree "openpilot-pyextra" "pyextra" master
|
||||
echo "[-] erasing old openpilot T=$SECONDS"
|
||||
rm -rf $TARGET_DIR/* $TARGET_DIR/.gitmodules
|
||||
|
||||
# delete dotfiles in root
|
||||
find . -maxdepth 1 -type f -delete
|
||||
|
||||
# dont delete our subtrees
|
||||
git checkout -- cereal panda opendbc pyextra
|
||||
|
||||
|
||||
Reference in New Issue
Block a user