registry/.drone.yml

24 lines
335 B
YAML
Raw Permalink Normal View History

2020-08-27 14:07:31 +02:00
---
kind: pipeline
type: docker
name: pull-checks
2020-08-27 14:07:31 +02:00
steps:
- name: squashbot
image: dn42/pipeline
environment:
SQUASHBOT_TOKEN:
from_secret: SQUASHBOT_TOKEN
2020-08-27 16:59:33 +02:00
commands:
- /scripts/wrapper
2020-08-27 14:07:31 +02:00
2020-08-27 16:59:33 +02:00
trigger:
event:
- pull_request
2023-05-13 20:05:23 +02:00
---
kind: signature
hmac: a7844c78365f463971354b5650affed18c0ca3ffd05e9c96a7c3390558c84fb9
...