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

ci: configurable TBC namespace

parent 4e56f7ff
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
include:
  # $TBC_NAMESPACE is a group variable; can be globally overridden
  # MkDocs template
  - project: 'to-be-continuous/mkdocs'
    ref: '2.4'
  - project: '$TBC_NAMESPACE/mkdocs'
    ref: '2'
    file: '/templates/gitlab-ci-mkdocs.yml'
  # S3 template
  - project: 'to-be-continuous/s3'
    ref: '7.2'
  - project: '$TBC_NAMESPACE/s3'
    ref: '7'
    file: '/templates/gitlab-ci-s3.yml'

variables: