This commit is contained in:
parent
6355945205
commit
2a74fcf29f
11
.drone.yml
11
.drone.yml
@ -12,6 +12,12 @@ steps:
|
||||
commands:
|
||||
- markdownlint 'README.md'
|
||||
|
||||
trigger:
|
||||
ref:
|
||||
- refs/heads/master
|
||||
- refs/pull/**
|
||||
- refs/tags/**
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: build-container
|
||||
@ -110,6 +116,9 @@ trigger:
|
||||
- refs/pull/**
|
||||
- refs/tags/**
|
||||
|
||||
depends_on:
|
||||
- test
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: notifications
|
||||
@ -176,6 +185,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 20e271aacf8ef05630bc61deab74c99c72550f968b356fdba962f829bacb4352
|
||||
hmac: 40dabc68902901db429347b4a29c93f5b562556ba9475692a739230c3ede61c8
|
||||
|
||||
...
|
||||
|
Reference in New Issue
Block a user