Commit 38d43917 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: declare all TBC stages

parent 4c013e19
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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