forked from mystiq/sso
feat:init ci
This commit is contained in:
parent
51ff9787d9
commit
98e644dae2
1 changed files with 7 additions and 0 deletions
7
.woodpecker.yml
Normal file
7
.woodpecker.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
pipeline:
|
||||||
|
backend:
|
||||||
|
image: python
|
||||||
|
commands:
|
||||||
|
- pip install virtualenv
|
||||||
|
- virtualenv venv
|
||||||
|
- . ./venv/bin/activate && pip install -r requirements.txt
|
Loading…
Reference in a new issue