This commit is contained in:
parent
fb50c6ebf9
commit
5627f9be98
@ -1,7 +1,7 @@
|
||||
local PipelineBuild(arch='amd64') = {
|
||||
local tag = 'linux-' + arch,
|
||||
kind: 'pipeline',
|
||||
name: 'build-' + arch,
|
||||
name: 'build-container-' + arch,
|
||||
platform: {
|
||||
os: 'linux',
|
||||
arch: arch,
|
||||
@ -145,6 +145,6 @@ local PipelineNotifications(depends_on=[]) = {
|
||||
[
|
||||
PipelineBuild(arch='amd64'),
|
||||
PipelineNotifications(depends_on=[
|
||||
'linux-amd64',
|
||||
'build-container-amd64',
|
||||
]),
|
||||
]
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: build-amd64
|
||||
name: build-container-amd64
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
@ -133,6 +133,6 @@ trigger:
|
||||
- failure
|
||||
|
||||
depends_on:
|
||||
- linux-amd64
|
||||
- build-container-amd64
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user