Revert "Use a new image for poetry on drone"
continuous-integration/drone/push Build is passing Details

This reverts commit d89ef58515.
This commit is contained in:
Michel Roux 2022-09-11 19:35:12 +00:00
parent 358069b66e
commit dea25289c0
2 changed files with 6 additions and 3 deletions

View File

@ -4,8 +4,9 @@ type: docker
steps: steps:
- name: lint - name: lint
image: fnndsc/python-poetry image: python:3.8-slim
commands: commands:
- pip install poetry
- poetry install - poetry install
- poetry run flake8 . - poetry run flake8 .
- poetry run mypy . - poetry run mypy .
@ -22,8 +23,9 @@ steps:
from_secret: docker_password from_secret: docker_password
- name: publish - name: publish
image: fnndsc/python-poetry image: python:3.8-slim
commands: commands:
- pip install poetry
- poetry publish --build - poetry publish --build
environment: environment:
POETRY_PYPI_TOKEN_PYPI: POETRY_PYPI_TOKEN_PYPI:

View File

@ -1,3 +1,4 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"ignorePaths": [".drone.yml"]
} }