Commit 3bd92eaf authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

ci: configurable TBC namespace

parent 65883bc4
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
include:
  - project: "to-be-continuous/docker"
  # $TBC_NAMESPACE is a group variable; can be globally overridden
  - project: "$TBC_NAMESPACE/docker"
    ref: "5.6"
    file: "templates/gitlab-ci-docker.yml"
  - project: 'to-be-continuous/python'
    ref: '6.5'
    file: '/templates/gitlab-ci-python.yml'

  - project: "$TBC_NAMESPACE/python"
    ref: "6.5"
    file: "/templates/gitlab-ci-python.yml"

stages:
  - build