diff --git a/runner/builtin/runner.go b/runner/builtin/runner.go index 9c4f51255..dacad0a8a 100644 --- a/runner/builtin/runner.go +++ b/runner/builtin/runner.go @@ -115,6 +115,7 @@ func (r *Runner) Run(w *queue.Work) error { Repo: w.Repo, Build: w.Build, Keys: w.Keys, + Netrc: w.Netrc, Yaml: w.Yaml, Task: task, } @@ -186,6 +187,7 @@ func (r *Runner) Run(w *queue.Work) error { Repo: w.Repo, Build: w.Build, Keys: w.Keys, + Netrc: w.Netrc, Yaml: w.Yaml, Task: task, }