Files
test/.drone.yml

10 lines
114 B
YAML
Raw Normal View History

2021-02-20 16:24:16 +01:00
---
kind: pipeline
name: default
steps:
- name: test
2021-02-20 17:12:55 +01:00
image: python:3
2021-02-20 16:24:16 +01:00
commands:
- python3 test.py