bottin/.drone.yml

14 lines
201 B
YAML
Raw Normal View History

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