v0.1
This commit is contained in:
10
drone/drone.yaml
Normal file
10
drone/drone.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: python:3.11
|
||||
commands:
|
||||
- pip install -r requirements.txt
|
||||
- python your_script.py
|
Reference in New Issue
Block a user