Add initial
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2022-10-28 23:36:54 +02:00
commit 9373fb62e4
3 changed files with 19 additions and 0 deletions

9
.drone.yml Normal file
View File

@@ -0,0 +1,9 @@
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"