mirror of
https://github.com/harness/drone.git
synced 2025-05-08 12:00:02 +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,
|
||||
Repo: m.Repo.Slug,
|
||||
Target: m.Build.Deploy,
|
||||
Action: m.Build.Action,
|
||||
},
|
||||
)
|
||||
comp.TransformFunc = transform.Combine(
|
||||
|
Loading…
Reference in New Issue
Block a user