aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2022-09-28 10:15:42 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2022-09-28 10:15:42 +0000
commit0d56653e17a283d918c6e4cb41468de1990e0331 (patch)
tree0e8e977f180ef62631477b7f4d3766b07394e6ce /.gitlab-ci.yml
parent0740fcd490f1d48443d0dd51a72c9b87c9c74ced (diff)
always run all checks on pipeline, re #1612
Merge request studip/studip!1035
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9052568..3c5c2b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -65,16 +65,6 @@ stages:
- .caches/eslint-cache
- .caches/stylelint-cache
-.only:
- php-changes: &php-changes
- changes:
- - composer.json
- - app/controllers/**/*controller.php
- - db/**/*
- - lib/**/*
- - tests/**/*
- - vendor/**/*
-
lint-php:
stage: checks
needs: []
@@ -103,10 +93,6 @@ lint-js:
- make npm
script:
- npm run lint -- --cache --cache-location .caches/eslint-cache --format ./node_modules/eslint-junit/index.js
- only:
- changes:
- - resources/assets/javascripts/**/*
- - resources/vue/**/*
artifacts:
<<: *common-artifacts
paths:
@@ -124,9 +110,6 @@ lint-css:
- make npm
script:
- npm run css-lint -s -- --cache --cache-location .caches/stylelint-cache --custom-formatter node_modules/stylelint-junit-formatter --output-file .reports/stylelint-report.xml
- only:
- changes:
- - resources/assets/stylesheets/**/*
artifacts:
<<: *common-artifacts
paths:
@@ -157,7 +140,6 @@ phpstan:
test-unit:
stage: tests
needs: [lint-php]
- only: *php-changes
cache:
<<: *composer-cache
policy: pull
@@ -174,7 +156,6 @@ test-unit:
test-functional:
stage: tests
needs: [lint-php]
- only: *php-changes
cache:
<<: *composer-cache
policy: pull
@@ -193,7 +174,6 @@ test-functional:
test-jsonapi:
stage: tests
needs: [lint-php]
- only: *php-changes
cache:
<<: *composer-cache
policy: pull