add drone ci pipeline config
This commit is contained in:
parent
83f19309f4
commit
d3da92c4e4
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: python:3.8-alpine
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- ./prnt.sc_link_generator.py
|
Loading…
Reference in New Issue
Block a user