Skip to content
Snippets Groups Projects
Commit d36b2b0f authored by Travis Porchia's avatar Travis Porchia Committed by Ken Rickard
Browse files

Issue #3402315 by tporchia, ddavisboxleitner: Adding Gitlab CI configuration...

Issue #3402315 by tporchia, ddavisboxleitner: Adding Gitlab CI configuration file to configure automated testing
parent 68567a04
No related branches found
No related tags found
1 merge request!4Issue 3402315 - adding Gitlab CI configuration file to project
Pipeline #56850 passed with warnings
################
# Includes
#
# Additional configuration can be provided through includes.
# One advantage of include files is that if they are updated upstream, the changes affect all pipelines using that include.
#
# Includes can be overridden by re-declaring anything provided in an include, here in gitlab-ci.yml
# https://docs.gitlab.com/ee/ci/yaml/includes.html#override-included-configuration-values
################
include:
################
# DrupalCI includes:
# As long as you include this, any future includes added by the Drupal Association will be accessible to your pipelines automatically.
# View these include files at https://git.drupalcode.org/project/gitlab_templates/
################
- project: $_GITLAB_TEMPLATES_REPO
ref: $_GITLAB_TEMPLATES_REF
file:
- '/includes/include.drupalci.main.yml'
- '/includes/include.drupalci.variables.yml'
- '/includes/include.drupalci.workflows.yml'
################
# Pipeline configuration variables
#
# These are the variables provided to the Run Pipeline form that a user may want to override.
#
# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml
################
#variables:
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