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 9f02ede4e5
commit 0d1f4f2073
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: 22facbc4071563f5e70469cc468ad046a6ce022e39fa98999c44bf1813e53b4e
hmac: 70e1d24dc7a7922ce7cb810481ba12a10e70fb41f5012d242393760f7c81c964
...