Skip to content
Snippets Groups Projects
Commit a6c1326c authored by jurgenhaas's avatar jurgenhaas
Browse files

All stages are now defines in the mixin template

The Drupal pipeline validation moved into the .pre stage
The Drupal check for updates moved to test stage
parent facd56af
No related branches found
No related tags found
No related merge requests found
stages:
- build
- prepare
- postprocess
- deploy
- release
include:
- project: gitlab-ci-cd/general
ref: main
......
stages:
- build
- buildprod
- deploy
- execute
- finalize
- postprocess
- prepare
- release
- test
- validate
.prepareaccess:
before_script:
- if [[ "x$(command -v ssh-agent)" != "x" && -n $SSH_PRIVATE_KEY ]]; then eval $(ssh-agent -s); fi
......
......@@ -8,7 +8,7 @@ include:
file: '/mixins.yml'
Tag Release:
stage: .post
stage: release
tags:
- default
before_script: !reference [.prepareaccess, before_script]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment