diff options
author | Alex Auvolat <alex@adnab.me> | 2021-04-05 12:19:02 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-04-05 12:19:02 +0200 |
commit | aa912b5ceb24cb8772709171ea9589b0771bbe54 (patch) | |
tree | 3326a7837bf61b867365dbce35b5d87bec127c93 | |
parent | c32d605a11acfadfcfee93b432e0e63626dc2f0d (diff) | |
download | bottin-aa912b5ceb24cb8772709171ea9589b0771bbe54.tar.gz bottin-aa912b5ceb24cb8772709171ea9589b0771bbe54.zip |
Add drone signature
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,4 @@ +--- pipeline: build: image: golang:stretch @@ -5,3 +6,8 @@ pipeline: - go get -d -v - go build -v +--- +kind: signature +hmac: 8f49fdf0e4abb0790827eed7cac8eedd5e11705d1fa01954a84929933eb7b254 + +... |