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

Merge branch 'configurable-tbc-namespace' into 'master'

Configurable TBC namespace

See merge request to-be-continuous/doc!66
parents 4e56f7ff d721724a
Loading
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: