Loading {{cookiecutter.project_slug}}/templates/gitlab-ci-{{cookiecutter.project_slug}}.yml +6 −7 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
{{cookiecutter.project_slug}}/templates/gitlab-ci-{{cookiecutter.project_slug}}.yml +6 −7 Original line number Diff line number Diff line Loading @@ -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 Loading