Commit 2053ab3e authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: declare all TBC stages

parent 00b514f1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -112,9 +112,15 @@ variables:
  INTEG_REF: '/^develop$/'

stages:
  - build
  - test
  - package-build
  - package-test
  - infra
  - deploy
  - acceptance
  - publish
  - infra-prod
  - production

.helmfile-scripts: &helmfile-scripts |