guichet/.drone.yml

14 lines
201 B
YAML
Raw Normal View History

2021-04-05 10:22:43 +00:00
---
2021-02-24 16:43:23 +00:00
pipeline:
build:
image: golang:stretch
commands:
- go get -d -v
- go build -v
2021-04-05 10:22:43 +00:00
---
kind: signature
hmac: 38948cd073f3a0b73ab7bb13ba1b5e18c64c02976abfd6dcd5bf7a4c34197e8c
...