Loading .gitlab-ci.yml +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 Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
.gitlab-ci.yml +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 Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading