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

#64 CI improvements for private modules

parent 1d5049bd
No related branches found
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:
rules:
- if: $PRIVATE_MODULE_TESTS == "false"
when: never
- local: private-modules-overrides.yml
rules:
- if: $PRIVATE_MODULE_TESTS == "false"
when: never
- project: gitlab-ci-cd/general
ref: main
file: '/mixins.yml'
......@@ -49,12 +53,3 @@ include:
rules:
- if: $PRIVATE_MODULE_BUILD == "false"
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.
Finish editing this message first!
Please register or to comment