sso/.woodpecker.yml

8 lines
125 B
YAML
Raw Normal View History

2022-08-19 19:17:09 +05:30
pipeline:
backend:
image: python
commands:
- pip install virtualenv
- virtualenv venv
2022-08-19 19:29:28 +05:30
- make env