mirror of
https://github.com/harness/drone.git
synced 2025-05-11 22:50:11 +08:00
add build action to runner
This commit is contained in:
parent
9d6dd20375
commit
35f5ecddaa
@ -266,6 +266,7 @@ func (r *Runner) Run(ctx context.Context, id int64) error {
|
|||||||
Ref: m.Build.Ref,
|
Ref: m.Build.Ref,
|
||||||
Repo: m.Repo.Slug,
|
Repo: m.Repo.Slug,
|
||||||
Target: m.Build.Deploy,
|
Target: m.Build.Deploy,
|
||||||
|
Action: m.Build.Action,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
comp.TransformFunc = transform.Combine(
|
comp.TransformFunc = transform.Combine(
|
||||||
|
Loading…
Reference in New Issue
Block a user