bottin/.drone.yml

14 lines
201 B
YAML
Raw Normal View History

2021-04-05 10:19:02 +00:00
---
2021-02-08 13:12:52 +00:00
pipeline:
build:
image: golang:stretch
commands:
- go get -d -v
- go build -v
2021-04-05 10:19:02 +00:00
---
kind: signature
hmac: 8f49fdf0e4abb0790827eed7cac8eedd5e11705d1fa01954a84929933eb7b254
...