mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
passing netrc data to build
This commit is contained in:
parent
100121ba01
commit
c72724d46b
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue