[TOOLS] Make PHP-CS-Fixer and PHP-Doc-check run inside the tooling container

This commit is contained in:
2021-12-25 14:26:59 +00:00
parent af3d278fde
commit 6ada5e60d2
7 changed files with 41 additions and 17 deletions

View File

@@ -2,7 +2,6 @@
cd /var/www/social || exit 1
ARGS=$(echo "$*" | sed 's#\(/[^/]\+\)*/phpstan\.neon#phpstan.neon#') # Remove absolute path to config file
rm -rf /var/www/social/var/cache/*