registry/.drone.yml

18 lines
238 B
YAML
Raw 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