ci: start signing .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
* also ignore .drone.yml for pre-commit yaml check, as it is already being checked by 'drone lint' and multi-doc yaml files make the check troubled.
This commit is contained in:
parent
ef2dd82752
commit
4ee9aa6ce7
@ -66,4 +66,9 @@ steps:
|
|||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event: [push, pull_request, cron, tag]
|
event: [push, pull_request, cron, tag]
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: signature
|
||||||
|
hmac: 4332a4549f9f31d144d8d663527c62b216d536320d45049a9d5790e67076dc1c
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -6,6 +6,7 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
|
exclude: ^.drone.yml$
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
# this hook requires that the drone-cli tool is installed
|
# this hook requires that the drone-cli tool is installed
|
||||||
|
Loading…
Reference in New Issue
Block a user