mirror of
https://github.com/thegeeklab/drone-plugin-lib.git
synced 2024-11-22 10:50:39 +00:00
Skip should be regular bool flag
This commit is contained in:
parent
f59267804f
commit
049cce9e39
@ -37,7 +37,7 @@ const networkSkipVerifyFlag = "transport.skip-verify"
|
||||
// networkFlags has the cli.Flags for the Transport.
|
||||
func networkFlags() []cli.Flag {
|
||||
return []cli.Flag{
|
||||
cli.BoolTFlag{
|
||||
cli.BoolFlag{
|
||||
Name: networkSkipVerifyFlag,
|
||||
Usage: "skip ssl verify",
|
||||
EnvVar: "PLUGIN_SKIP_VERIFY",
|
||||
|
Loading…
Reference in New Issue
Block a user