shared-hosting/.woodpecker.yml

12 lines
235 B
YAML
Raw Normal View History

2022-09-18 19:03:06 +00:00
pipeline:
backend:
image: python
2022-09-18 19:17:47 +00:00
environment:
- GITEA_URL="http://localhost:3000/"
- GITEA_SUDO_TOKEN="foobar"
2022-09-18 19:03:06 +00:00
commands:
- pip install virtualenv
- make env
- make lint
- make coverage