add new envs
This commit is contained in:
parent
93e42d1465
commit
222b5100b6
4 changed files with 19 additions and 13 deletions
|
@ -49,5 +49,5 @@ func (s *Runner) Run(ctx context.Context, task *runnerv1.Task) error {
|
|||
l.Info("update runner status to idle")
|
||||
}()
|
||||
|
||||
return NewTask(s.ForgeInstance, task.Id, s.Client).Run(ctx, task)
|
||||
return NewTask(s.ForgeInstance, task.Id, s.Client, s.Environ).Run(ctx, task)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue