mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-29 18:04:15 +02:00
passing netrc data to build
This commit is contained in:
parent
100121ba01
commit
c72724d46b
@ -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,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user