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
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