Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
components
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
components
Merge requests
!40
Issue
#3464819
: Add gitlab ci file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3464819
: Add gitlab ci file
issue/components-3464819:3464819-add-gitlab-ci
into
3.x
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Adam Bramley
requested to merge
issue/components-3464819:3464819-add-gitlab-ci
into
3.x
8 months ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Closes
#3464819
0
0
Merge request reports
Compare
3.x
version 1
a323bc52
8 months ago
3.x (base)
and
latest version
latest version
a323bc52
1 commit,
8 months ago
version 1
a323bc52
1 commit,
8 months ago
1 file
+
12
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
0 → 100644
+
12
−
0
Options
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'
Loading