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

fix: declare all TBC stages

parent 9d3068de
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -547,7 +547,14 @@ variables:
stages:
  - build
  - test
  - package-build
  - package-test
  - infra
  - deploy
  - acceptance
  - publish
  - infra-prod
  - production

###############################################################################################
#                                      Generic python job                                     #