Loading templates/gitlab-ci-make.yml +8 −1 Original line number Diff line number Diff line Loading @@ -69,10 +69,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: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production .make-scripts: &make-scripts | # BEGSCRIPT Loading Loading
templates/gitlab-ci-make.yml +8 −1 Original line number Diff line number Diff line Loading @@ -69,10 +69,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: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production .make-scripts: &make-scripts | # BEGSCRIPT Loading