mirror of
https://github.com/thegeeklab/wp-plugin-go.git
synced 2024-11-21 14:10:39 +00:00
fix: add default value 'unknown' for pipeline status
This commit is contained in:
parent
5694fcc512
commit
a2978b6ee2
@ -46,6 +46,7 @@ func pipelineFlags(category string) []cli.Flag {
|
|||||||
Name: "pipeline.status",
|
Name: "pipeline.status",
|
||||||
Usage: "pipeline status",
|
Usage: "pipeline status",
|
||||||
EnvVars: []string{"CI_PIPELINE_STATUS"},
|
EnvVars: []string{"CI_PIPELINE_STATUS"},
|
||||||
|
Value: "unknown",
|
||||||
Category: category,
|
Category: category,
|
||||||
},
|
},
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
|
Loading…
Reference in New Issue
Block a user