dagger-drone-test/.drone.yml
kjuulh 9373fb62e4
All checks were successful
continuous-integration/drone Build is passing
Add initial
2022-10-28 23:36:54 +02:00

10 lines
181 B
YAML

type: docker
kind: pipeline
name: "drone-dagger-test"
steps:
- name: "build"
image: harbor.front.kjuulh.io/docker-proxy/library/golang
commands:
- "go run main.go"