aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-10-11 12:00:28 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-10-11 12:00:28 +0000
commit6fa7352b78ad692edf2e5c29c38cae8d45e887b0 (patch)
tree7640936a35d59cc8f8b4bb9da6e2d6970719a591
parent084810c348fc49c6766d5a779212a5886581faf4 (diff)
make phpstan mandatory for the ci pipeline, fixes #4687
Closes #4687 Merge request studip/studip!3487
-rw-r--r--.gitlab-ci.yml2
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"