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 65597f7620
commit 8b8cd71fe1
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
@ -102,6 +108,9 @@ trigger:
- refs/pull/**
- refs/tags/**
depends_on:
- test
---
kind: pipeline
name: notifications
@ -168,6 +177,6 @@ depends_on:
---
kind: signature
hmac: 4d2e45acf53dbe58926f40799811c697f9340e890e4abf35a903780ef5986a80
hmac: 51e5004e764fdbe1badbf381966ee2bf1bacdd3e61adea396a941878c5797a01
...