passing netrc data to build

This commit is contained in:
Brad Rydzewski 2015-05-09 01:08:54 -07:00
parent 100121ba01
commit c72724d46b

View file

@ -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,
}