Commit d97db9c2 authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

:ambulance: fix(ci): Change report for create_phpstan_rapport because the...

:ambulance: fix(ci): Change report for create_phpstan_rapport because the codequality feature is only in premium

Change report for create_phpstan_rapport because the codequality feature is only in premium
Showing with 2 additions and 6 deletions
+2 -6
...@@ -73,14 +73,10 @@ create_phpstan_rapport: ...@@ -73,14 +73,10 @@ create_phpstan_rapport:
only: only:
- branches - branches
script: script:
- rm -Rf ../dev-tools/ - test -d ../dev-tools/ && rm -Rf ../dev-tools/
- git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../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 . - cp ../dev-tools/phpstan/fusiondirectory/1.4-dev/*.neon .
- /root/.composer/vendor/bin/phpstan analyse -c phpstan.neon --error-format gitlab > phpstan.json - /root/.composer/vendor/bin/phpstan analyse -c phpstan.neon
artifacts:
when: always
reports:
codequality: phpstan.json
# fusiondirectory-update-locale # fusiondirectory-update-locale
fusiondirectory-update-locale: 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