mirror of
https://github.com/thegeeklab/wp-plugin-go.git
synced 2024-11-21 04:00:40 +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",
|
||||
Usage: "pipeline status",
|
||||
EnvVars: []string{"CI_PIPELINE_STATUS"},
|
||||
Value: "unknown",
|
||||
Category: category,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
|
Loading…
Reference in New Issue
Block a user