Loading .gitlab-ci.yml +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 Loading Loading
.gitlab-ci.yml +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 Loading