Stopped the folder filter from ignore panel folders
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user