Add pipeline type
continuous-integration/drone/push Build was killed Details

This commit is contained in:
kolaente 2021-02-28 14:00:23 +01:00
parent e9a2ffab61
commit d7738c83c6
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 8 additions and 1 deletions

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