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 807c83d9c1
commit 20eafc1e6d
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: 3b85891d147a59ec71d6c83bc3ceec47eedcf535a7ef765839b57412d70fbcec
hmac: bee643af47e57c2d6b21d7e68ec424d25e3aa6bde2926d10b57d7260953a25d5
...