mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-17 03:45:13 +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,
|
Repo: w.Repo,
|
||||||
Build: w.Build,
|
Build: w.Build,
|
||||||
Keys: w.Keys,
|
Keys: w.Keys,
|
||||||
|
Netrc: w.Netrc,
|
||||||
Yaml: w.Yaml,
|
Yaml: w.Yaml,
|
||||||
Task: task,
|
Task: task,
|
||||||
}
|
}
|
||||||
|
@ -186,6 +187,7 @@ func (r *Runner) Run(w *queue.Work) error {
|
||||||
Repo: w.Repo,
|
Repo: w.Repo,
|
||||||
Build: w.Build,
|
Build: w.Build,
|
||||||
Keys: w.Keys,
|
Keys: w.Keys,
|
||||||
|
Netrc: w.Netrc,
|
||||||
Yaml: w.Yaml,
|
Yaml: w.Yaml,
|
||||||
Task: task,
|
Task: task,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue