fix pipeline deps
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
This commit is contained in:
parent
dd7d469e2c
commit
9ce81bda26
@ -165,9 +165,8 @@ local PipelineNotifications = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
depends_on: [
|
depends_on: [
|
||||||
'build-container-amd64',
|
'build-container-rh7',
|
||||||
'build-container-arm64',
|
'build-container-rh8',
|
||||||
'build-container-arm',
|
|
||||||
],
|
],
|
||||||
trigger: {
|
trigger: {
|
||||||
ref: ['refs/heads/main', 'refs/tags/**'],
|
ref: ['refs/heads/main', 'refs/tags/**'],
|
||||||
|
@ -238,12 +238,11 @@ trigger:
|
|||||||
- failure
|
- failure
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- build-container-amd64
|
- build-container-rh7
|
||||||
- build-container-arm64
|
- build-container-rh8
|
||||||
- build-container-arm
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 2b3a8b24f8cd073563d652dbad1ca02eb0cc7a41d666b0891bf7f5c268214362
|
hmac: c2cef2a4ff6e190ccbccf680b81245da0050d4c750028073329e83cc6bbb636c
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user