diff --git a/.drone.yml b/.drone.yml index d09e8b5..08276e1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ --- kind: pipeline type: kubernetes -name: Vet +name: Check docs and format trigger: event: @@ -52,6 +52,6 @@ steps: from_secret: ci-ssh-key --- kind: signature -hmac: 52436fc00e21987140ed4e5f02e97954410cfe3b6d91d885a06c7d978200ac41 +hmac: 5afd79ba867df22299821b9fd132a11df0d4d5ab053821ccecf259ad100bf325 ...