fix: duplicate of build name
This commit is contained in:
parent
93a25837f8
commit
78caee477f
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
kind: pipeline
|
||||
name: linux-amd64
|
||||
name: linux-amd64-2.4
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
|
@ -20,7 +20,7 @@ steps:
|
|||
|
||||
---
|
||||
kind: pipeline
|
||||
name: linux-amd64
|
||||
name: linux-amd64-2.5
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
|
@ -40,7 +40,7 @@ steps:
|
|||
|
||||
---
|
||||
kind: pipeline
|
||||
name: linux-amd64
|
||||
name: linux-amd64-2.6
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
|
@ -60,7 +60,7 @@ steps:
|
|||
|
||||
---
|
||||
kind: pipeline
|
||||
name: linux-amd64
|
||||
name: linux-amd64-2.7
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
build(version, os='linux', arch='amd64'):: {
|
||||
kind: 'pipeline',
|
||||
name: os + '-' + arch,
|
||||
name: os + '-' + arch + '-' + version,
|
||||
platform: {
|
||||
os: os,
|
||||
arch: arch,
|
||||
|
|
Loading…
Reference in New Issue
Block a user