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 done
- cd panels || true - cd panels || true
- !reference [.commands, kibot] - !reference [.commands, kibot]
- mv panels/* . - mv panels/* . || true
- rm -rf panels/ - rm -rf panels/ || true
neo: neo:
- 'SEARCH=".kicad_pro"' - 'SEARCH=".kicad_pro"'