mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
passing netrc data to build
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user