Skip to content
Snippets Groups Projects

Develop

Merged danielspeicher requested to merge develop into main
2 files
+ 23
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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