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

This commit is contained in:
Robert Kaussow 2019-10-18 10:48:44 +02:00
parent b351fba5c0
commit 0b6bc00c80
2 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ local PipelineDocumentation = {
},
],
depends_on: [
"lint",
"linting",
],
trigger: {
ref: ["refs/heads/master", "refs/tags/**", "refs/pull/**"],

View File

@ -66,7 +66,7 @@ trigger:
- "refs/pull/**"
depends_on:
- lint
- linting
---
kind: pipeline
@ -106,6 +106,6 @@ depends_on:
---
kind: signature
hmac: 77199d68ee240ed9c7fa6ba902cf10d233bda326834390d60f6066adfad64b39
hmac: a4e259823773b8fc0b0cfb6445ed26235552d3a942951c7e02a82bee2b10bb2a
...