Verified Commit da8d40ab authored by dockx thibault's avatar dockx thibault
Browse files

:ambulance: Fix CI for phpstan composer

Using composer globale instead of local.
Showing with 1 addition and 2 deletions
+1 -2
......@@ -75,8 +75,7 @@ create_phpstan_rapport:
- test -d ../dev-tools/ && rm -Rf ../dev-tools/
- git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools
- cp ../dev-tools/phpstan/fusiondirectory/1.4-dev/*.neon .
- cd /root/.composer/
- composer require phpstan/phpstan=0.12.94
- composer globale require phpstan/phpstan=0.12.94
- /root/.composer/vendor/bin/phpstan analyse -c phpstan.neon
# fusiondirectory-update-locale
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment