加入.drone.yaml
This commit is contained in:
parent
f35052ad49
commit
db17a9d93e
16
.drone.yml
Normal file
16
.drone.yml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: run
|
||||
commands:
|
||||
- pip install -r requirements.txt
|
||||
- python ui.py
|
||||
|
||||
...
|
||||
Loading…
x
Reference in New Issue
Block a user