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"
|
github_repo: "dorianim/drone-runner"
|
||||||
workflow_id: "drone.yml"
|
workflow_id: "drone.yml"
|
||||||
workflow_actions: start
|
workflow_actions: start
|
||||||
|
trigger:
|
||||||
|
ref:
|
||||||
|
- refs/tags/v*
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: exec
|
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'
|
- '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:
|
depends_on:
|
||||||
- start-github-action
|
- start-github-action
|
||||||
|
trigger:
|
||||||
|
status:
|
||||||
|
- success
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
|
@ -61,7 +67,7 @@ depends_on:
|
||||||
trigger:
|
trigger:
|
||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
#- failure
|
- failure
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
|
Loading…
Reference in a new issue