dl/.drone.yml
Michel Roux c0fec89a53
All checks were successful
continuous-integration/drone/push Build is passing
New scripts and poetry scan
2023-06-09 18:30:06 +02:00

23 lines
412 B
YAML

kind: pipeline
name: default
type: docker
steps:
- name: lint
image: python:3.10
commands:
- pip install poetry
- poetry install
- poetry run flake8 .
- poetry run mypy .
- name: docker
image: plugins/docker
settings:
repo: xefir/dl
auto_tag: true
username:
from_secret: docker_username
password:
from_secret: docker_password