FIX: allow management of panel files to fail as there may not be any
This commit is contained in:
@@ -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"'
|
||||||
|
|||||||
Reference in New Issue
Block a user