This repository has been archived on 2022-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
sso/.woodpecker.yml

8 lines
125 B
YAML

pipeline:
backend:
image: python
commands:
- pip install virtualenv
- virtualenv venv
- make env