Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DevOps Tools
Documentation
Merge requests
!22
Develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Develop
develop
into
main
Overview
0
Commits
5
Pipelines
0
Changes
2
Merged
danielspeicher
requested to merge
develop
into
main
8 months ago
Overview
0
Commits
5
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
114174ca
Prev
Next
Show latest version
2 files
+
23
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
114174ca
Start and restructure general pipeline documentation
· 114174ca
danielspeicher
authored
9 months ago
docs/gitlab/drupal/index.md
+
22
−
6
Options
@@ -12,12 +12,28 @@ tags:
This project contains a number of pre-configured tasks for GitLab CI/CD that
allow to run very powerful pipelines which contain the following stages:
-
validation
-
buildprod
-
build
-
prepare
-
test
-
deploy
-
.pre
-
Sanity Checks
-
Validate Environment
-
execute
-
LakeDrops
-
buildprod
-
Build Prod Site
-
build
-
Build Prod Site NG
-
Build Site
-
Build Theme
-
Download DB NG
-
prepare
-
Import DB NG
-
test
-
Test Code Style
-
Test PHPUnit
-
Test Backstop
-
Test Cypress E2E
-
finalize
-
Shut Down Docker Project
-
release
These pre-configured tasks can easily be included into your Drupal project.
A GitLab runner on any host can then be configured to run those pipelines. The
Loading