Verified Commit 24e0bc60 authored by dockx thibault's avatar dockx thibault
Browse files

:ambulance: Fix typo in gitlab-ci

Fixing typo for composer in gitlabci.
Git revert will be used to remove bad commits.
Showing with 1 addition and 1 deletion
+1 -1
......@@ -75,7 +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 .
- composer globale require phpstan/phpstan=0.12.94
- composer global 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