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

This commit is contained in:
Robert Kaussow 2020-10-28 09:17:36 +01:00
parent e7500a553f
commit af5a1be15b
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: 070cbdd3a6ba3012dfcfcde85a3bc3877f108c4203892c5c3cf69fa3e2f5508e
hmac: 954b62b8443a82f6c7900801e683f22d1cef0d4b93e8b53336f8ca574efc50b0
...