mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
fix phpdd
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
43b15ae7e7
commit
71f143b4aa
1 changed files with 4 additions and 1 deletions
|
|
@ -26,4 +26,7 @@ jobs:
|
||||||
cd php
|
cd php
|
||||||
composer global require wapmorgan/php-deprecation-detector dev-master
|
composer global require wapmorgan/php-deprecation-detector dev-master
|
||||||
composer install
|
composer install
|
||||||
composer run php-deprecation-detector
|
composer run php-deprecation-detector | tee -i ./phpdd.log >/dev/null
|
||||||
|
if grep "Total issues:" ./phpdd.log; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue