chaostreff.ch/.woodpecker.yml

9 lines
120 B
YAML
Raw Normal View History

2023-01-04 03:06:59 +01:00
---
pipeline:
build:
2023-01-04 03:12:49 +01:00
image: python:3.10
2023-01-04 03:06:59 +01:00
commands:
2023-01-04 03:12:49 +01:00
- pip install -r requirements.txt
2023-01-04 03:06:59 +01:00
- ./build.py