hal/.drone.yml

10 lines
119 B

kind: pipeline
name: default
type: kubernetes
steps:
- name: test
image: golang
commands:
- go test
- go build