Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ include: prod-publish-strategy: "auto" release-extra-tags: "latest \\g<major>.\\g<minor>\\g<build> \\g<major>\\g<build>" # Python template - component: "$CI_SERVER_FQDN/$TBC_NAMESPACE/python/gitlab-ci-python@8" - component: "$CI_SERVER_FQDN/$TBC_NAMESPACE/python/gitlab-ci-python@9" inputs: image: "docker.io/library/python:3.12" mypy-enabled: true Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ include: prod-publish-strategy: "auto" release-extra-tags: "latest \\g<major>.\\g<minor>\\g<build> \\g<major>\\g<build>" # Python template - component: "$CI_SERVER_FQDN/$TBC_NAMESPACE/python/gitlab-ci-python@8" - component: "$CI_SERVER_FQDN/$TBC_NAMESPACE/python/gitlab-ci-python@9" inputs: image: "docker.io/library/python:3.12" mypy-enabled: true Loading