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

fix: declare all TBC stages

parent e66ebc1f
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -314,15 +314,6 @@ variables:
  # Postman
  REVIEW_ENABLED: "true"

# Pipeline steps
stages:
  - build
  - test
  - deploy
  - acceptance
  - publish
  - production

# define review environment url (uses $CI_ENVIRONMENT_SLUG as app version)
gcp-review:
  environment:
+8 −1
Original line number Diff line number Diff line
@@ -57,9 +57,16 @@ 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

.gcp-scripts: &gcp-scripts |