fix pipeline deps
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2020-10-28 09:17:37 +01:00
parent 2205fa8fe0
commit 4592bc0072
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

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
@ -122,6 +128,9 @@ trigger:
- refs/pull/**
- refs/tags/**
depends_on:
- test
---
kind: pipeline
name: notifications
@ -188,6 +197,6 @@ depends_on:
---
kind: signature
hmac: c19205ad502be6b254e0aabf37d0cda2f4eab34094ea362880d1e4454237db2d
hmac: 6338abaf08ec19d40694e067903bfb9091577a2ac7291c7dd2d85e6ad303f22a
...