mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-29 21:31:02 +00:00
Merge branch 'origin/main' into 'next-release/main'
This commit is contained in:
commit
afeca29aef
3 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ var Command = &cli.Command{
|
||||||
&cli.StringSliceFlag{
|
&cli.StringSliceFlag{
|
||||||
Sources: cli.EnvVars("WOODPECKER_PLUGINS_TRUSTED_CLONE"),
|
Sources: cli.EnvVars("WOODPECKER_PLUGINS_TRUSTED_CLONE"),
|
||||||
Name: "plugins-trusted-clone",
|
Name: "plugins-trusted-clone",
|
||||||
Usage: "Plugins witch are trusted to handle the netrc info in clone steps",
|
Usage: "Plugins which are trusted to handle the netrc info in clone steps",
|
||||||
Value: constant.TrustedClonePlugins,
|
Value: constant.TrustedClonePlugins,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -167,7 +167,7 @@ var flags = append([]cli.Flag{
|
||||||
&cli.StringSliceFlag{
|
&cli.StringSliceFlag{
|
||||||
Sources: cli.EnvVars("WOODPECKER_PLUGINS_TRUSTED_CLONE"),
|
Sources: cli.EnvVars("WOODPECKER_PLUGINS_TRUSTED_CLONE"),
|
||||||
Name: "plugins-trusted-clone",
|
Name: "plugins-trusted-clone",
|
||||||
Usage: "Plugins witch are trusted to handle the netrc info in clone steps",
|
Usage: "Plugins which are trusted to handle the netrc info in clone steps",
|
||||||
Value: constant.TrustedClonePlugins,
|
Value: constant.TrustedClonePlugins,
|
||||||
},
|
},
|
||||||
&cli.StringSliceFlag{
|
&cli.StringSliceFlag{
|
||||||
|
|
|
@ -356,7 +356,7 @@ You should specify the tag of your images too, as this enforces exact matches.
|
||||||
|
|
||||||
> Defaults are defined in [shared/constant/constant.go](https://github.com/woodpecker-ci/woodpecker/blob/main/shared/constant/constant.go)
|
> Defaults are defined in [shared/constant/constant.go](https://github.com/woodpecker-ci/woodpecker/blob/main/shared/constant/constant.go)
|
||||||
|
|
||||||
Plugins witch are trusted to handle the netrc info in clone steps.
|
Plugins which are trusted to handle the netrc info in clone steps.
|
||||||
If a clone step use an image not in this list, the netrc will not be injected and an user has to use other methods (e.g. secrets) to clone non public repos.
|
If a clone step use an image not in this list, the netrc will not be injected and an user has to use other methods (e.g. secrets) to clone non public repos.
|
||||||
|
|
||||||
You should specify the tag of your images too, as this enforces exact matches.
|
You should specify the tag of your images too, as this enforces exact matches.
|
||||||
|
|
Loading…
Reference in a new issue