From d89ef58515bf0da232215f572472b24145ae569c Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 9 Sep 2022 21:17:29 +0000 Subject: [PATCH] Use a new image for poetry on drone --- .drone.yml | 6 ++---- renovate.json | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7ef5212..81e77e8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,9 +4,8 @@ type: docker steps: - name: lint - image: python:3.8-slim + image: fnndsc/python-poetry commands: - - pip install poetry - poetry install - poetry run flake8 . - poetry run mypy . @@ -23,9 +22,8 @@ steps: from_secret: docker_password - name: publish - image: python:3.8-slim + image: fnndsc/python-poetry commands: - - pip install poetry - poetry publish --build environment: POETRY_PYPI_TOKEN_PYPI: diff --git a/renovate.json b/renovate.json index 1581c34..7190a60 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,3 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "ignorePaths": [".drone.yml"] + "$schema": "https://docs.renovatebot.com/renovate-schema.json" }