Divent/.drone.yml
Michel Roux 66040b8029
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Update dependency python
2022-06-08 00:23:08 +00:00

24 lines
447 B
YAML

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