Loading templates/gitlab-ci-terraform.yml +5 −1 Original line number Diff line number Diff line Loading @@ -101,13 +101,17 @@ variables: # default release tag name (pattern) RELEASE_REF: '/^v?[0-9]+\.[0-9]+\.[0-9]+$/' # allowed stages depend on your template type (see: https://to-be-continuous.gitlab.io/doc/understand/#generic-pipeline-stages) stages: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production .tf-scripts: &tf-scripts | # BEGSCRIPT Loading Loading
templates/gitlab-ci-terraform.yml +5 −1 Original line number Diff line number Diff line Loading @@ -101,13 +101,17 @@ variables: # default release tag name (pattern) RELEASE_REF: '/^v?[0-9]+\.[0-9]+\.[0-9]+$/' # allowed stages depend on your template type (see: https://to-be-continuous.gitlab.io/doc/understand/#generic-pipeline-stages) stages: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production .tf-scripts: &tf-scripts | # BEGSCRIPT Loading