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

#64 CI improvements for private modules

parent 38ea3b25
No related branches found
No related tags found
No related merge requests found
......@@ -30,20 +30,20 @@ workflow:
include:
- remote: https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/includes/include.drupalci.main.yml
rules:
- if: $PRIVATE_MODULE_TESTS == "false"
when: never
- if: $PRIVATE_MODULE_TESTS == "true"
when: always
- remote: https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/includes/include.drupalci.variables.yml
rules:
- if: $PRIVATE_MODULE_TESTS == "false"
when: never
- if: $PRIVATE_MODULE_TESTS == "true"
when: always
- remote: https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/includes/include.drupalci.workflows.yml
rules:
- if: $PRIVATE_MODULE_TESTS == "false"
when: never
- if: $PRIVATE_MODULE_TESTS == "true"
when: always
- local: private-modules-overrides.yml
rules:
- if: $PRIVATE_MODULE_TESTS == "false"
when: never
- if: $PRIVATE_MODULE_TESTS == "true"
when: always
- project: gitlab-ci-cd/general
ref: main
file: '/mixins.yml'
......@@ -51,5 +51,5 @@ include:
ref: main
file: '/composer-packages.yml'
rules:
- if: $PRIVATE_MODULE_BUILD == "false"
when: never
- if: $PRIVATE_MODULE_BUILD == "true"
when: always
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