From 901c8cf84887e20c61e7e619537dc82825a9e92a Mon Sep 17 00:00:00 2001 From: andrewc Date: Tue, 25 Feb 2025 15:01:27 +1000 Subject: [PATCH] FIX: allow management of panel files to fail as there may not be any --- kibot-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kibot-ci.yml b/kibot-ci.yml index 4aa745b..30b3155 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -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"'