gitlab: Check for platform-specific bins on .py files too

Since .py files are normally called by meson .build files.
This commit is contained in:
Bruno Lopes 2025-04-24 10:43:45 -03:00
parent 8ef096373f
commit d164d713d7
No known key found for this signature in database

View file

@ -2,7 +2,7 @@
source .gitlab/search-common-ancestor.sh
diff=$(git diff -U0 --no-color "${newest_common_ancestor_sha}" -- '*.build' | grep -E '^\+[^+]' | sed 's/^+//')
diff=$(git diff -U0 --no-color "${newest_common_ancestor_sha}" -- '*.build' '*.py' | grep -E '^\+[^+]' | sed 's/^+//')
#List of commonly used utilities on Unix world