ex-thumbnailator/.drone.yml

10 lines
115 B
YAML
Raw Normal View History

2021-05-22 22:18:26 +01:00
kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang
commands:
- go build
- go test