mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-07-11 06:15:16 +00: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,
|
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 New Issue
Block a user