add missing pipeline deps
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2020-01-25 17:48:54 +01:00
parent 70dc0eb0aa
commit 0be7d38716
2 changed files with 3 additions and 1 deletions

View File

@ -112,6 +112,7 @@ local PipelineDocumentation = {
},
depends_on: [
'testing-centos7',
'testing-centos8',
],
};

View File

@ -143,6 +143,7 @@ trigger:
depends_on:
- testing-centos7
- testing-centos8
---
kind: pipeline
@ -182,6 +183,6 @@ depends_on:
---
kind: signature
hmac: 0f9bfc6e4f4ef03ebdc4fbe088559245ca33aeaa1e58368dffdf7673a7ba0f84
hmac: 6a2c289300ddc3812a401de04fc0afd50cd89552036674fc5037d6651de7c05d
...