Skip to content
Snippets Groups Projects
Commit 38ea3b25 authored by jurgenhaas's avatar jurgenhaas
Browse files

#64 CI improvements for private modules

parent 1d5049bd
Branches
No related tags found
No related merge requests found
variables:
SKIP_ESLINT: '1'
phpcs:
allow_failure: false
phpstan:
allow_failure: false
...@@ -40,6 +40,10 @@ include: ...@@ -40,6 +40,10 @@ include:
rules: rules:
- if: $PRIVATE_MODULE_TESTS == "false" - if: $PRIVATE_MODULE_TESTS == "false"
when: never when: never
- local: private-modules-overrides.yml
rules:
- if: $PRIVATE_MODULE_TESTS == "false"
when: never
- project: gitlab-ci-cd/general - project: gitlab-ci-cd/general
ref: main ref: main
file: '/mixins.yml' file: '/mixins.yml'
...@@ -49,12 +53,3 @@ include: ...@@ -49,12 +53,3 @@ include:
rules: rules:
- if: $PRIVATE_MODULE_BUILD == "false" - if: $PRIVATE_MODULE_BUILD == "false"
when: never when: never
variables:
SKIP_ESLINT: '1'
phpcs:
allow_failure: false
phpstan:
allow_failure: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment