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

This commit is contained in:
Robert Kaussow 2020-10-28 09:14:57 +01:00
parent f43a2f9dfa
commit d3d7323bfd
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 10 additions and 1 deletions

View File

@ -12,6 +12,12 @@ steps:
commands: commands:
- markdownlint 'README.md' - markdownlint 'README.md'
trigger:
ref:
- refs/heads/master
- refs/pull/**
- refs/tags/**
--- ---
kind: pipeline kind: pipeline
name: build-container name: build-container
@ -110,6 +116,9 @@ trigger:
- refs/pull/** - refs/pull/**
- refs/tags/** - refs/tags/**
depends_on:
- test
--- ---
kind: pipeline kind: pipeline
name: notifications name: notifications
@ -176,6 +185,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: b89700fb4739ee007a7da464088b97bb2f6334a8899731378eabf868a193219e hmac: 97a62bacf999198051267fb01d859c7b514a667d4dd4e2c1872cd9ce121e1c3a
... ...