From f6bdbc19a1b8989f7035074fb565a6fceb7d8b59 Mon Sep 17 00:00:00 2001 From: andrewc Date: Wed, 17 Jan 2024 18:32:54 +1000 Subject: [PATCH] Debugging panelisation --- kibot-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kibot-ci.yml b/kibot-ci.yml index 5d23cc4..60d169e 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -93,8 +93,10 @@ image: - !reference [.commands, get_dirs] - | cd $CI_PROJECT_DIR + echo "searching for panels" for d in $DIRS do + echo "found panel" echo $d JSON=$(find $d/*_panel.json) FILE=$(basename "${JSON}")