This commit is contained in:
parent
ec6ee9da3d
commit
d09f45ff49
1 changed files with 7 additions and 1 deletions
|
@ -11,6 +11,9 @@ steps:
|
|||
github_repo: "dorianim/drone-runner"
|
||||
workflow_id: "drone.yml"
|
||||
workflow_actions: start
|
||||
trigger:
|
||||
ref:
|
||||
- refs/tags/v*
|
||||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
|
@ -43,6 +46,9 @@ steps:
|
|||
- 'curl --user $GITEA_USER:$GITEA_TOKEN --upload-file receiver/receiver-macos.dmg https://itsblue.dev/api/packages/dorian/generic/ok-ready-go/$DRONE_COMMIT_SHA/receiver-macos.dmg'
|
||||
depends_on:
|
||||
- start-github-action
|
||||
trigger:
|
||||
status:
|
||||
- success
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
|
@ -61,7 +67,7 @@ depends_on:
|
|||
trigger:
|
||||
status:
|
||||
- success
|
||||
#- failure
|
||||
- failure
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
|
Loading…
Reference in a new issue