mirror of
https://github.com/beclab/Olares
synced 2026-04-21 13:37:46 +00:00
ci: skip processing vendor files in Olares.yaml (#2290)
This commit is contained in:
parent
bab074cd37
commit
a69b5d40a9
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,10 @@ fi
|
|||
|
||||
|
||||
find $BASE_DIR/../ -type f -name Olares.yaml | while read f; do
|
||||
if [[ "$f" == *"/vendor/"* ]]; then
|
||||
echo "skip vendor file $f"
|
||||
continue
|
||||
fi
|
||||
echo "Processing $f"
|
||||
declare -a bins
|
||||
IFS=
|
||||
|
|
|
|||
Loading…
Reference in a new issue