pipeline-test/.drone.yml
Simon Marsh ac6145392c
All checks were successful
continuous-integration/drone/push Build is passing
blah
2020-08-16 14:07:29 +01:00

15 lines
159 B
YAML

---
kind: pipeline
type: docker
name: default
workspace:
base: /go
path: src/dn42regsrv
steps:
- name: build
image: golang
commands:
- go get