Commit 6ee3c4ee authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

feat: move to improved semantic release pipeline

parent 2b3649f4
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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"
@@ -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
+0 −1
Original line number Diff line number Diff line
---
include:
  - local: "python/poetry/check.yml"
  - local: "python/poetry/publish.yml"
+1 −1
Original line number Diff line number Diff line
@@ -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