Initial Drone CI
This commit is contained in:
parent
41180653ac
commit
b51139e157
10
drone.yaml
Normal file
10
drone.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: python
|
||||
commands:
|
||||
- pip install -r requirements.txt
|
||||
- python3 test_tmdb.py
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
|||
maubot
|
Loading…
Reference in a new issue