Files
minitor/.drone.yml
2019-10-07 14:59:39 -07:00

9 lines
104 B
YAML

kind: pipeline
name: test
steps:
- name: test
image: golang:1.12
commands:
- make test