From a2978b6ee2288b56d914b4858789258479674c97 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 8 Nov 2024 23:31:03 +0100 Subject: [PATCH] fix: add default value 'unknown' for pipeline status --- plugin/pipeline.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/pipeline.go b/plugin/pipeline.go index 7fc7a13..fb8c658 100644 --- a/plugin/pipeline.go +++ b/plugin/pipeline.go @@ -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{