ci: skip processing vendor files in Olares.yaml (#2290)

This commit is contained in:
eball 2025-12-22 21:23:18 +08:00 committed by GitHub
parent bab074cd37
commit a69b5d40a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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=