1
0

Add pipeline type

This commit is contained in:
kolaente
2021-02-28 14:00:23 +01:00
parent e9a2ffab61
commit d7738c83c6

View File

@ -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