Commit 6e5e7e85 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: declare all TBC stages

parent 3c7a48e8
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -71,9 +71,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

.lhci-scripts: &lhci-scripts |
  # BEGSCRIPT