fix pipeline deps
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-10-28 09:17:38 +01:00
parent e506e3c635
commit d4402a8558
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: 6f0119f45c5fae5dcd2e04b53cf3a07c15290d7375178f660231a532edddc10a
hmac: 7a054ffb0918a7156e2fe351161a33e10f6adf64729226d4a6bdd8a2c0b6a6f2
...