Add pipeline type
This commit is contained in:
parent
e9a2ffab61
commit
d7738c83c6
@ -1,4 +1,5 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
name: release
|
name: release
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
@ -113,7 +114,13 @@ steps:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: release-darwin
|
type: exec
|
||||||
|
name: release-macos
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
ref:
|
||||||
|
- refs/heads/main
|
||||||
|
- "refs/tags/**"
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: darwin
|
os: darwin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user