Loading .gitlab-ci.yml +0 −5 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ include: - local: "docker/anchore/grype.yml" - local: "pipelines/poetry/docker-pro.yml" - local: "pipelines/python/semantic-release.yml" - local: "python/flake8.yml" - local: "python/pylic.yml" Loading Loading @@ -62,10 +61,6 @@ python:safety: before_script: - cd templates_tests/python python:poetry:publish: before_script: - cd templates_tests/python python:flake8: before_script: - cd templates_tests/python Loading pipelines/poetry/base.yml +0 −1 Original line number Diff line number Diff line --- include: - local: "python/poetry/check.yml" - local: "python/poetry/publish.yml" pipelines/python-pro.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ include: - local: "python/bandit.yml" - local: "python/pytest.yml" - local: "python/safety.yml" - local: "python/semantic-release/private.yml" - local: "pipelines/python/semantic-release.yml" python:mypy: allow_failure: false Loading Loading
.gitlab-ci.yml +0 −5 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ include: - local: "docker/anchore/grype.yml" - local: "pipelines/poetry/docker-pro.yml" - local: "pipelines/python/semantic-release.yml" - local: "python/flake8.yml" - local: "python/pylic.yml" Loading Loading @@ -62,10 +61,6 @@ python:safety: before_script: - cd templates_tests/python python:poetry:publish: before_script: - cd templates_tests/python python:flake8: before_script: - cd templates_tests/python Loading
pipelines/poetry/base.yml +0 −1 Original line number Diff line number Diff line --- include: - local: "python/poetry/check.yml" - local: "python/poetry/publish.yml"
pipelines/python-pro.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ include: - local: "python/bandit.yml" - local: "python/pytest.yml" - local: "python/safety.yml" - local: "python/semantic-release/private.yml" - local: "pipelines/python/semantic-release.yml" python:mypy: allow_failure: false Loading