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