ci: fix dependency
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2021-04-05 17:14:51 +02:00
parent 00bedc54ed
commit 1f104d1a16
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
2 changed files with 7 additions and 4 deletions

View File

@ -45,9 +45,6 @@ local PipelineDeployment(scenario='centos7') = {
],
},
],
depends_on: [
'linting',
],
trigger: {
ref: ['refs/heads/master', 'refs/tags/**'],
},
@ -89,6 +86,9 @@ local PipelineDocumentation = {
},
},
],
depends_on: [
'linting',
],
trigger: {
ref: ['refs/heads/master', 'refs/tags/**', 'refs/pull/**'],
},

View File

@ -58,6 +58,9 @@ trigger:
- refs/tags/**
- refs/pull/**
depends_on:
- linting
---
kind: pipeline
name: notification
@ -96,6 +99,6 @@ depends_on:
---
kind: signature
hmac: b26d0a175ddee514ded025bc01390c7bcba5606b4705b45fbd0ba167ae1555c2
hmac: 164cdfa005c1e7df5bc4dabf7798639d536d9dfc2597bfe808a9ada900503c70
...