Revert "Use a new image for poetry on drone"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit d89ef58515
.
This commit is contained in:
parent
358069b66e
commit
dea25289c0
@ -4,8 +4,9 @@ type: docker
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: fnndsc/python-poetry
|
||||
image: python:3.8-slim
|
||||
commands:
|
||||
- pip install poetry
|
||||
- poetry install
|
||||
- poetry run flake8 .
|
||||
- poetry run mypy .
|
||||
@ -22,8 +23,9 @@ steps:
|
||||
from_secret: docker_password
|
||||
|
||||
- name: publish
|
||||
image: fnndsc/python-poetry
|
||||
image: python:3.8-slim
|
||||
commands:
|
||||
- pip install poetry
|
||||
- poetry publish --build
|
||||
environment:
|
||||
POETRY_PYPI_TOKEN_PYPI:
|
||||
|
@ -1,3 +1,4 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"ignorePaths": [".drone.yml"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user