mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-15 17:13:46 +01:00
Fix pipeline status calculation/reporting (#1898)
Closes #1895 Regression of #1784
This commit is contained in:
@@ -244,7 +244,7 @@ var flags = []cli.Flag{
|
||||
EnvVars: []string{"WOODPECKER_STATUS_CONTEXT_FORMAT"},
|
||||
Name: "status-context-format",
|
||||
Usage: "status context format",
|
||||
Value: "{{ .context }}/{{ .event }}/{{ .pipeline }}",
|
||||
Value: "{{ .context }}/{{ .event }}/{{ .workflow }}",
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
EnvVars: []string{"WOODPECKER_MIGRATIONS_ALLOW_LONG"},
|
||||
|
||||
Reference in New Issue
Block a user