diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-10-11 12:00:28 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-10-11 12:00:28 +0000 |
| commit | 6fa7352b78ad692edf2e5c29c38cae8d45e887b0 (patch) | |
| tree | 7640936a35d59cc8f8b4bb9da6e2d6970719a591 /.gitlab-ci.yml | |
| parent | 084810c348fc49c6766d5a779212a5886581faf4 (diff) | |
make phpstan mandatory for the ci pipeline, fixes #4687
Closes #4687
Merge request studip/studip!3487
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e2b2ce..02e79e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -211,9 +211,7 @@ phpstan: variables: CACHE_LOCATION: $CACHE_DIR/phpstan PHPSTAN_CODE_QUALITY_REPORT: $REPORT_DIR/phpstan-codequality.json - allow_failure: true interruptible: true - when: manual cache: - *composer-cache - key: "$CO_JOB_NAME_SLUG:$CI_COMMIT_REF_SLUG" |
