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 7ac890e72c
commit 51615bbd1e
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
@ -104,6 +110,9 @@ trigger:
- refs/pull/**
- refs/tags/**
depends_on:
- test
---
kind: pipeline
name: notifications
@ -170,6 +179,6 @@ depends_on:
---
kind: signature
hmac: ba07578d70fa1a26ade5f1125ebf9fa3239476bb634378c141b958c61859be87
hmac: 31d1dfff82ddd965d0be096f0b60ae712186bed1a40655e6250a1acd29630201
...