mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 00:15:00 +02:00
Merge branch '3.1.x'
This commit is contained in:
commit
ba53901ffb
@ -15,6 +15,6 @@ TRAVIS_PHP_VERSION=$2
|
|||||||
|
|
||||||
if [ "$TRAVIS_PHP_VERSION" == "5.3" -a "$DB" == "mysqli" ]
|
if [ "$TRAVIS_PHP_VERSION" == "5.3" -a "$DB" == "mysqli" ]
|
||||||
then
|
then
|
||||||
find . -type f -not -path './phpBB/vendor/*' -iregex '.*\.\(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 {}'
|
parallel --gnu --keep-order 'phpBB/develop/strip_icc_profiles.sh {}'
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user