11 lines
259 B
YAML
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 ./..."
|