Commit 79ed60df authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

Merge branch 'hoverht-master-patch-42684' into 'master'

ci: python old tests removed

See merge request ci/templates!104
parents 3eb76a06 dd352037
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -88,23 +88,6 @@ python:poetry:pip-licenses:
  variables:
    ALLOWED: MIT License

docker:kaniko:python-old:
  extends: docker:kaniko
  variables:
    CONTEXT: templates_tests/python36

python:black-old:
  extends: python:black
  before_script:
    - cd templates_tests/python36
  needs: ["docker:kaniko:python-old"]

python:poetry:pylint-old:
  extends: python:pylint
  before_script:
    - cd templates_tests/python36
  needs: ["docker:kaniko:python-old"]

c:cppcheck:
  variables:
    ERROR_EXIT_CODE: 0