add drone config
This commit is contained in:
parent
ed21941f5b
commit
5d189057be
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: python3
|
||||
commands:
|
||||
- python3 test.py
|
Loading…
Reference in New Issue
Block a user