Merge branch 'feature/setting-mount' into feature/setting-mount-ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
commit
a6552143b7
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ func settingsFlags(settings *plugin.Settings) []cli.Flag {
|
|||
Usage: "forwards environment variables as custom arguments to the build",
|
||||
Destination: &settings.Build.ArgsEnv,
|
||||
},
|
||||
&cli.StringSliceFlag{
|
||||
&cli.StringFlag{
|
||||
Name: "secret",
|
||||
EnvVars: []string{"PLUGIN_SECRET"},
|
||||
Usage: "sets custom secret argument for the build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue