dagger-drone-test/.drone.yml

11 lines
212 B
YAML
Raw Normal View History

2022-10-28 23:36:54 +02:00
type: docker
kind: pipeline
name: "drone-dagger-test"
steps:
- name: "build"
2022-10-28 23:38:13 +02:00
image: harbor.front.kjuulh.io/docker-proxy/library/golang:latest
2022-10-28 23:36:54 +02:00
commands:
- "go run main.go"
2022-10-28 23:38:13 +02:00
- "go test ./..."