Debugging panelisation
This commit is contained in:
@@ -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}")
|
||||||
|
|||||||
Reference in New Issue
Block a user