Commit a322b812 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/tools/tracking!54
parents 6dc4e3f3 a14cce43
Loading
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
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ in any GitLab CI file as follows:
```yaml
.some-base-job:
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
    - name: "registry.gitlab.com/to-be-continuous/tools/tracking:master"
      command: ["--service", "some-template", "1.0.0"]

some-job-build: