Unverified Commit 12dcd053 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add deprecation notice to python-package CI template

parent 42384d06
Loading
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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]