Loading python/poetry/outdated.yml +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ python:poetry:outdated: stage: test image: registry.gitlab.com/notno/python-tests script: - pip show poetry - poetry install - | if poetry show --ansi --outdated | \grep -P ' \e\[31m' --color=never; then Loading python/poetry/publish.yml +0 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ python:poetry:publish: image: registry.gitlab.com/notno/python-tests stage: .post script: - pip show poetry - | if ! poetry shell >/dev/null; then PYTHON_PROJECT_VERSION=$(dasel select -f pyproject.toml "tool.poetry.dependencies.python") Loading Loading
python/poetry/outdated.yml +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ python:poetry:outdated: stage: test image: registry.gitlab.com/notno/python-tests script: - pip show poetry - poetry install - | if poetry show --ansi --outdated | \grep -P ' \e\[31m' --color=never; then Loading
python/poetry/publish.yml +0 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ python:poetry:publish: image: registry.gitlab.com/notno/python-tests stage: .post script: - pip show poetry - | if ! poetry shell >/dev/null; then PYTHON_PROJECT_VERSION=$(dasel select -f pyproject.toml "tool.poetry.dependencies.python") Loading