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
Commits
114174ca
Commit
114174ca
authored
8 months ago
by
danielspeicher
Browse files
Options
Downloads
Patches
Plain Diff
Start and restructure general pipeline documentation
parent
3f946124
No related branches found
Branches containing commit
No related tags found
1 merge request
!22
Develop
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
docs/gitlab/drupal/index.md
+22
-6
22 additions, 6 deletions
docs/gitlab/drupal/index.md
with
23 additions
and
6 deletions
.gitignore
+
1
−
0
View file @
114174ca
...
...
@@ -14,3 +14,4 @@
/.idea/vcs.xml
.gitignore
/site/
/.idea/git_toolbox_blame.xml
This diff is collapsed.
Click to expand it.
docs/gitlab/drupal/index.md
+
22
−
6
View file @
114174ca
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment