mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-08-05 09:16:23 +08:00
Merge pull request 'move ci to docker' (#156) from burble-20200830/update-ci into master
Reviewed-on: https://git.dn42.dev/dn42/registry/pulls/156 Reviewed-by: schema-checker <schema-checker@noreply.dn42.us>
This commit is contained in:
commit
43cb05bbce
1 changed files with 8 additions and 4 deletions
12
.drone.yml
12
.drone.yml
|
@ -1,12 +1,16 @@
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: exec
|
type: docker
|
||||||
name: env_test
|
name: pull-checks
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: env_script
|
- name: squashbot
|
||||||
|
image: dn42/pipeline
|
||||||
|
environment:
|
||||||
|
SQUASHBOT_TOKEN:
|
||||||
|
from_secret: SQUASHBOT_TOKEN
|
||||||
commands:
|
commands:
|
||||||
- /usr/local/bin/env.sh
|
- /scripts/squashbot
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue