Commit 53bb707c authored by catch's avatar catch
Browse files

Issue #3390212 by mondrake, Gauravvvv, longwave, catch: [GitlabCI] stop...

Issue #3390212 by mondrake, Gauravvvv, longwave, catch: [GitlabCI] stop turning off APC when running PHPStan
parent 4f726608
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -266,8 +266,7 @@ stages:
  <<: [ *with-composer-cache, *junit-artifacts, *default-job-settings-lint ]
  stage: 🪄 Lint
  script:
    # Turn off apc to avoid corrupt composer cache.
    - php -d apc.enabled=0 -d apc.enable_cli=0 vendor/bin/phpstan analyze --configuration=./core/phpstan.neon.dist --error-format=junit > junit.xml
    - php vendor/bin/phpstan analyze --configuration=./core/phpstan.neon.dist --error-format=gitlab > phpstan-quality-report.json

'🧹 CSS linting (stylelint)':
  <<: [ *with-yarn-cache, *junit-artifacts, *default-job-settings-lint ]