sso/.woodpecker.yml

8 lines
179 B
YAML
Raw Normal View History

2022-08-19 19:17:09 +05:30
pipeline:
backend:
image: python
commands:
- pip install virtualenv
- virtualenv venv
- . ./venv/bin/activate && pip install -r requirements.txt