Loading .gitlab-ci.yml +9 −1 Original line number Diff line number Diff line --- include: - local: "alm/semantic-release.yml" - local: "other/gitlab/project-settings.yml" - local: "other/badge.yml" Loading @@ -10,6 +9,7 @@ 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 @@ -78,6 +78,14 @@ python:vulture: before_script: - cd templates_tests/python python:build: before_script: - cd templates_tests/python python:twine: before_script: - cd templates_tests/python python:poetry:pip-licenses: before_script: - cd templates_tests/python Loading Loading
.gitlab-ci.yml +9 −1 Original line number Diff line number Diff line --- include: - local: "alm/semantic-release.yml" - local: "other/gitlab/project-settings.yml" - local: "other/badge.yml" Loading @@ -10,6 +9,7 @@ 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 @@ -78,6 +78,14 @@ python:vulture: before_script: - cd templates_tests/python python:build: before_script: - cd templates_tests/python python:twine: before_script: - cd templates_tests/python python:poetry:pip-licenses: before_script: - cd templates_tests/python Loading