fix pipeline deps
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Robert Kaussow 2021-10-23 22:53:19 +02:00
parent e26c98e499
commit 8eaaebf201
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 3 additions and 5 deletions

View File

@ -134,8 +134,7 @@ local PipelineNotifications = {
},
],
depends_on: [
'build-package-el7',
'build-package-el8',
'build-packages',
],
trigger: {
ref: ['refs/heads/master', 'refs/tags/**'],

View File

@ -131,11 +131,10 @@ trigger:
- failure
depends_on:
- build-package-el7
- build-package-el8
- build-packages
---
kind: signature
hmac: b143143461a0b81a3b401c00e28733d145280200c467c5f4168785db8b0c3ff8
hmac: 388c28bb151ee8e9c4a75e64ad273abcbe2c955e4b35eaa57697ccd08d77b72b
...