go-watch/.drone.yaml

14 lines
No EOL
191 B
YAML

kind: pipeline
type: kubernetes
name: default
steps:
- name: test
image: golang:alpine
commands:
- go build
- go test
trigger:
branch:
- master
event:
- push