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

ci: configurable TBC namespace

parent 1f3d2aba
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
  # Angular template
  - project: 'to-be-continuous/angular'
    ref: '4.8'
  - project: '$TBC_NAMESPACE/angular'
    ref: '4'
    file: '/templates/gitlab-ci-angular.yml'
  # S3 template
  - project: 'to-be-continuous/s3'
    ref: '7.2'
  - project: '$TBC_NAMESPACE/s3'
    ref: '7'
    file: '/templates/gitlab-ci-s3.yml'

variables: