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 commit is contained in:
parent
d0a80c2604
commit
d89ef58515
@ -4,9 +4,8 @@ type: docker
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: python:3.8-slim
|
image: fnndsc/python-poetry
|
||||||
commands:
|
commands:
|
||||||
- pip install poetry
|
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry run flake8 .
|
- poetry run flake8 .
|
||||||
- poetry run mypy .
|
- poetry run mypy .
|
||||||
@ -23,9 +22,8 @@ steps:
|
|||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: python:3.8-slim
|
image: fnndsc/python-poetry
|
||||||
commands:
|
commands:
|
||||||
- pip install poetry
|
|
||||||
- poetry publish --build
|
- poetry publish --build
|
||||||
environment:
|
environment:
|
||||||
POETRY_PYPI_TOKEN_PYPI:
|
POETRY_PYPI_TOKEN_PYPI:
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
{
|
{
|
||||||
"$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