fix pipeline deps
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-10-28 09:17:37 +01:00
parent 721bf43f10
commit 3f956f379c
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 10 additions and 1 deletions

View File

@ -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: 19073974198abc996598592800fbddab3d576f6fc40a37e6e688f158f6dfde9d
hmac: 80a1f3c10b5c08fedebfe932cb2ac4dbc36fe532515ab48395320fb8f002b9a8
...