This repository has been archived on 2024-02-23. You can view files and clone it, but cannot push or open issues or pull requests.
Auberge_Vagabonde/.drone.yml
Michel Roux 0e9cd0eb96
Some checks failed
continuous-integration/drone/push Build is failing
Fix VF parsing and use poetry
2022-09-18 23:00:12 +00:00

31 lines
602 B
YAML

kind: pipeline
name: default
type: docker
steps:
- name: epub
image: python
commands:
- pip install poetry
- poetry install
- poetry run flake8 .
- poetry run mypy .
- poetry run python run.py
- name: pdf
image: linuxserver/calibre
commands:
- bash -x convert.sh
- bash -x upload.sh
environment:
USERNAME:
from_secret: nextcloud_user
PASSWORD:
from_secret: nextcloud_password
QTWEBENGINE_CHROMIUM_FLAGS: --no-sandbox
when:
branch:
- master
event:
- push
- cron