shared-hosting/.woodpecker.yml

12 lines
235 B
YAML

pipeline:
backend:
image: python
environment:
- GITEA_URL="http://localhost:3000/"
- GITEA_SUDO_TOKEN="foobar"
commands:
- pip install virtualenv
- make env
- make lint
- make coverage