0
0
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:
Robert Kaussow 2024-11-08 23:31:03 +01:00
parent 5694fcc512
commit a2978b6ee2
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -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{