Commit a6212acf authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: declare all TBC stages

parent 05afd8c8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -78,8 +78,15 @@ variables:
  INTEG_REF: '/^develop$/'

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

.k8s-scripts: &k8s-scripts |