dagger-drone-test/.drone.yml
kjuulh b0f3e3e6ff
Some checks failed
continuous-integration/drone/push Build is failing
with dagger
2022-10-28 23:40:47 +02:00

11 lines
259 B
YAML

type: docker
kind: pipeline
name: "drone-dagger-test"
steps:
- name: "build"
image: harbor.front.kjuulh.io/docker-proxy/library/golang:latest
commands:
- "go run main.go https://github.com/kpenfound/greetings-api.git"
- "go test ./..."