Loading pipeline-templates/python-package.yml +10 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,16 @@ workflow: paths: [pip-cache] Deprecation Notice: stage: .pre image: docker.io/alpine script: - echo >&2 "Use the 'package' component provided by" "https://code.kodo.org.uk/ci-images/python-checks" - false allow_failure: true Check Tag: stage: .pre extends: [.python-pkg] Loading Loading
pipeline-templates/python-package.yml +10 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,16 @@ workflow: paths: [pip-cache] Deprecation Notice: stage: .pre image: docker.io/alpine script: - echo >&2 "Use the 'package' component provided by" "https://code.kodo.org.uk/ci-images/python-checks" - false allow_failure: true Check Tag: stage: .pre extends: [.python-pkg] Loading