Loading templates/gitlab-ci-golang.yml +8 −1 Original line number Diff line number Diff line Loading @@ -118,10 +118,17 @@ variables: # default integration ref name (pattern) INTEG_REF: '/^develop$/' # allowed stages depend on your template type (see: to-be-continuous.gitlab.io/doc/dev-guidelines/#stages) stages: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production .go-scripts: &go-scripts | # BEGSCRIPT Loading Loading
templates/gitlab-ci-golang.yml +8 −1 Original line number Diff line number Diff line Loading @@ -118,10 +118,17 @@ variables: # default integration ref name (pattern) INTEG_REF: '/^develop$/' # allowed stages depend on your template type (see: to-be-continuous.gitlab.io/doc/dev-guidelines/#stages) stages: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production .go-scripts: &go-scripts | # BEGSCRIPT Loading