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 b5cd75e1f0
commit 22d8ca3110
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
@ -113,6 +119,9 @@ trigger:
- refs/pull/**
- refs/tags/**
depends_on:
- test
---
kind: pipeline
name: notifications
@ -179,6 +188,6 @@ depends_on:
---
kind: signature
hmac: 862bf519a4ce336b339346dc7f00d7a823fcb4167250d9626e1035ba367efb3f
hmac: b7f1102a68ff9c00456f1c4c51cb66a0938cbba7a81279be06140598b2b5d0e5
...