This commit is contained in:
parent
90b9f93601
commit
cea11a4b5e
11
.drone.yml
11
.drone.yml
@ -12,6 +12,12 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- markdownlint 'README.md'
|
- markdownlint 'README.md'
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
ref:
|
||||||
|
- refs/heads/master
|
||||||
|
- refs/pull/**
|
||||||
|
- refs/tags/**
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: build-container
|
name: build-container
|
||||||
@ -104,6 +110,9 @@ trigger:
|
|||||||
- refs/pull/**
|
- refs/pull/**
|
||||||
- refs/tags/**
|
- refs/tags/**
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- test
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: notifications
|
name: notifications
|
||||||
@ -170,6 +179,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 0ccf2bfbeb3cde1923c078aaf631397a2dfd02c8b7aa3ccedfba1e28368ffde7
|
hmac: f567e4b7d95c3f397ef1523c1a5bd46dc1ded4de3a2e3f44c67f953b82471bce
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user