Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ include: # $TBC_NAMESPACE is a group variable; can be globally overridden # Docker template - project: "$TBC_NAMESPACE/docker" ref: "5.9" ref: "5.11" file: "templates/gitlab-ci-docker.yml" # Python template - project: "$TBC_NAMESPACE/python" Loading @@ -10,7 +10,7 @@ include: file: "/templates/gitlab-ci-python.yml" # semantic-release template - project: "$TBC_NAMESPACE/semantic-release" ref: "3.8" ref: "3.11" file: "templates/gitlab-ci-semrel.yml" stages: Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ include: # $TBC_NAMESPACE is a group variable; can be globally overridden # Docker template - project: "$TBC_NAMESPACE/docker" ref: "5.9" ref: "5.11" file: "templates/gitlab-ci-docker.yml" # Python template - project: "$TBC_NAMESPACE/python" Loading @@ -10,7 +10,7 @@ include: file: "/templates/gitlab-ci-python.yml" # semantic-release template - project: "$TBC_NAMESPACE/semantic-release" ref: "3.8" ref: "3.11" file: "templates/gitlab-ci-semrel.yml" stages: Loading