mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/13516] Update image search script
PHPBB3-13516
This commit is contained in:
parent
acaa10de52
commit
5a107d9dc1
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ TRAVIS_PHP_VERSION=$2
|
|||
|
||||
if [ "$TRAVIS_PHP_VERSION" == "5.3.3" -a "$DB" == "mysqli" ]
|
||||
then
|
||||
find . -type f -not -path './phpBB/*' -iregex '(vendor\|ext/vendor/).*\.\(gif\|jpg\|jpeg\|png\)$' | \
|
||||
find . -type f -a -iregex '.*\.\(gif\|jpg\|jpeg\|png\)$' -a -not -wholename '*vendor/*' | \
|
||||
parallel --gnu --keep-order 'phpBB/develop/strip_icc_profiles.sh {}'
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue