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

fix: declare all TBC stages

parent a6e316cd
No related branches found
No related tags found
No related merge requests found
......@@ -113,18 +113,17 @@ variables:
# default integration ref name (pattern)
INTEG_REF: '/^develop$/'
# allowed stages depend on your template type (see: orange-opensource.gitlab.io/tbc/doc/dev-guidelines/#stages)
stages:
{%- if cookiecutter.template_type == 'build' %}
- build
- test
- publish
{%- elif cookiecutter.template_type == 'deploy' %}
- package-build
- package-test
- infra
- deploy
- production
{%- elif cookiecutter.template_type == 'acceptance' %}
- acceptance
{%- endif %}
- publish
- infra-prod
- production
.{{ cookiecutter.template_prefix }}-scripts: &{{ cookiecutter.template_prefix }}-scripts |
# BEGSCRIPT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment