1
mirror of https://git.dn42.dev/dn42/registry.git synced 2024-09-25 09:28:10 +02:00
registry/.drone.yml
Simon Marsh 75e6f01771
squashed commit:
7c433488f add token again
4b4bfb9f0 add token
e24721109 move ci to docker
2020-08-30 22:49:32 +01:00

18 lines
240 B
YAML

---
kind: pipeline
type: docker
name: pull-checks
steps:
- name: squashbot
image: dn42/pipeline
environment:
SQUASHBOT_TOKEN:
from_secret: SQUASHBOT_TOKEN
commands:
- /scripts/squashbot
trigger:
event:
- pull_request