Debugging panelisation

This commit is contained in:
andrewc
2024-01-17 18:32:54 +10:00
parent e819099ed5
commit f6bdbc19a1

View File

@@ -93,8 +93,10 @@ image:
- !reference [.commands, get_dirs] - !reference [.commands, get_dirs]
- | - |
cd $CI_PROJECT_DIR cd $CI_PROJECT_DIR
echo "searching for panels"
for d in $DIRS for d in $DIRS
do do
echo "found panel"
echo $d echo $d
JSON=$(find $d/*_panel.json) JSON=$(find $d/*_panel.json)
FILE=$(basename "${JSON}") FILE=$(basename "${JSON}")