From 9a899dc0b9bae38df13bebabd1abea62631312c8 Mon Sep 17 00:00:00 2001 From: andrewc Date: Wed, 17 Jan 2024 18:48:59 +1000 Subject: [PATCH] Stopped the folder filter from ignore panel folders --- kibot-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kibot-ci.yml b/kibot-ci.yml index 60d169e..25af4b5 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -55,7 +55,7 @@ image: do dir=$(dirname $f) echo $dir - if [[ "$dir" =~ ^.?\/?[0-9]{4}-.*$ ]] + if [[ "$dir" =~ ^.?\/?[0-9]{4}-.*$ || "$dir" =~ .+_panel ]] then FILT_FILES=$(echo "$FILT_FILES $f") FILT_DIRS=$(echo "$FILT_DIRS $dir") @@ -93,7 +93,6 @@ image: - !reference [.commands, get_dirs] - | cd $CI_PROJECT_DIR - echo "searching for panels" for d in $DIRS do echo "found panel" @@ -228,6 +227,8 @@ outputs_all: - !reference [.commands, kibot] - !reference [.commands, neo] - !reference [.commands, merge_libs] + - ls Fabrication/ + upload_job: stage: upload