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