mirror of
https://gitea.com/gitea/act_runner.git
synced 2024-11-10 04:37:22 +01:00
fix: call RunDaemon
This commit is contained in:
parent
93c8de3ec4
commit
93e42d1465
@ -134,6 +134,7 @@ func (t *Task) Run(ctx context.Context, task *runnerv1.Task) error {
|
||||
defer func() {
|
||||
_ = reporter.Close(lastWords)
|
||||
}()
|
||||
reporter.RunDaemon()
|
||||
|
||||
reporter.Logf("received task %v of job %v", task.Id, task.Context.Fields["job"].GetStringValue())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user