FIX: allow management of panel files to fail as there may not be any

This commit is contained in:
andrewc
2025-02-25 15:01:42 +10:00

View File

@@ -112,8 +112,8 @@ image:
done
- cd panels || true
- !reference [.commands, kibot]
- mv panels/* .
- rm -rf panels/
- mv panels/* . || true
- rm -rf panels/ || true
neo:
- 'SEARCH=".kicad_pro"'