Commit 34592d19 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

ci: configurable TBC namespace

parent 6dc4e3f3
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
include:
 - project: 'to-be-continuous/docker'
   ref: '5.7.0'
   file: '/templates/gitlab-ci-docker.yml'
 - project: 'to-be-continuous/golang'
   ref: '4.7.0'
   file: '/templates/gitlab-ci-golang.yml'
  # $TBC_NAMESPACE is a group variable; can be globally overridden
  - project: "$TBC_NAMESPACE/golang"
    ref: "4.7"
    file: "templates/gitlab-ci-golang.yml"
  - project: "$TBC_NAMESPACE/docker"
    ref: "5.7"
    file: "templates/gitlab-ci-docker.yml"

variables:
  GO_BUILD_FLAGS: -tags netgo