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

Provide a template to run drupal.org pipelines on private Drupal projects

parent 8fdfb439
No related branches found
No related tags found
No related merge requests found
include:
- project: 'gitlab-ci-cd/composer-packages'
ref: main
file: '/composer-packages.yml'
- remote: https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/includes/include.drupalci.main.yml
- remote: https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/includes/include.drupalci.variables.yml
- remote: https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/includes/include.drupalci.workflows.yml
stages:
- build
- validate
- test
- package
default:
tags:
- default
workflow:
rules:
- if: $CI_COMMIT_BRANCH == "develop"
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