Skip to content
Snippets Groups Projects
Commit 27741bd1 authored by catch's avatar catch
Browse files

Issue #3390212 by mondrake: [GitlabCI] stop turning off APC when running PHPStan

parent b0ac814d
No related branches found
No related tags found
No related merge requests found
...@@ -260,8 +260,7 @@ stages: ...@@ -260,8 +260,7 @@ stages:
<<: [ *with-composer-cache, *junit-artifacts, *default-job-settings-lint ] <<: [ *with-composer-cache, *junit-artifacts, *default-job-settings-lint ]
stage: 🪄 Lint stage: 🪄 Lint
script: script:
# Turn off apc to avoid corrupt composer cache. - php vendor/bin/phpstan analyze --configuration=./core/phpstan.neon.dist --error-format=gitlab > phpstan-quality-report.json
- php -d apc.enabled=0 -d apc.enable_cli=0 vendor/bin/phpstan analyze --configuration=./core/phpstan.neon.dist --error-format=gitlab > phpstan-quality-report.json
artifacts: artifacts:
reports: reports:
codequality: phpstan-quality-report.json codequality: phpstan-quality-report.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment