mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16661] Exclude extension .git directory in executable check
PHPBB3-16661
This commit is contained in:
parent
1b2819065a
commit
8992277ce8
1 changed files with 1 additions and 1 deletions
2
.github/ext-check-executable-files.sh
vendored
2
.github/ext-check-executable-files.sh
vendored
|
@ -18,7 +18,7 @@ path="${root}phpBB/ext/${extname}/"
|
|||
|
||||
# The following variables MUST NOT contain any wildcard
|
||||
# Directories to skip
|
||||
directories_skipped="-path ${path}develop -o -path ${path}vendor"
|
||||
directories_skipped="-path ${path}develop -o -path ${path}vendor -o -path ${path}.git"
|
||||
|
||||
# Files to skip
|
||||
files_skipped="-false"
|
||||
|
|
Loading…
Add table
Reference in a new issue