Commit 1f53b791 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

ci: configurable TBC namespace

parent 1771f9aa
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
# included templates
include:
  # Go template
  - project: "to-be-continuous/golang"
    ref: "4.7.0"
  # $TBC_NAMESPACE is a group variable; can be globally overridden
  - project: "$TBC_NAMESPACE/golang"
    ref: "4.7"
    file: "templates/gitlab-ci-golang.yml"
  # Docker template
  - project: "to-be-continuous/docker"
  - project: "$TBC_NAMESPACE/docker"
    ref: "5.7"
    file: "templates/gitlab-ci-docker.yml"