Commit 86c36a8d authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: declare all TBC stages

parent d8a80176
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -11,11 +11,6 @@ include:
  - project: 'to-be-continuous/postman'
    ref: '3.2.0'
    file: '/templates/gitlab-ci-postman.yml'

# Pipeline steps
stages:
  - acceptance # required by Postman template
  # TODO: add all other required stages
```

## `postman` job
+9 −1
Original line number Diff line number Diff line
@@ -70,9 +70,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

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