This commit is contained in:
Andrey 2023-07-03 12:32:46 -04:00
parent 20962b2a47
commit 0584a5eb66
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ jobs:
git checkout -- firmware/hw_layer/mass_storage/ramdisk_image.h firmware/hw_layer/mass_storage/ramdisk_image_compressed.h
# not out place to update live data etc
git checkout -- **/*.java
git checkout -- **/*.ini
git checkout -- **/*.h
git status
OUT=$(git commit -am "Auto-generated default tune" 2>&1) || echo "commit failed, finding out why"
if echo "$OUT" | grep 'nothing to commit'; then