Loading .gitlab-ci.yml +0 −17 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +0 −17 Original line number Diff line number Diff line Loading @@ -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 Loading