Skip to content
Snippets Groups Projects
Commit 5248c278 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: declare all TBC stages

parent 09a27e2b
No related branches found
No related tags found
No related merge requests found
...@@ -74,9 +74,17 @@ variables: ...@@ -74,9 +74,17 @@ variables:
# default integration ref name (pattern) # default integration ref name (pattern)
INTEG_REF: '/^develop$/' INTEG_REF: '/^develop$/'
# allowed stages depend on your template type (see: to-be-continuous.gitlab.io/doc/dev-guidelines/#stages)
stages: stages:
- build
- test - test
- package-build
- package-test
- infra
- deploy
- acceptance
- publish
- infra-prod
- production
.sonar-scripts: &sonar-scripts | .sonar-scripts: &sonar-scripts |
# BEGSCRIPT # BEGSCRIPT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment