Fix pipeline status calculation/reporting (#1898)

Closes #1895 
Regression of #1784
This commit is contained in:
qwerty287
2023-06-29 14:56:01 +02:00
committed by GitHub
parent e1c31df6c6
commit cd982fcbd1
6 changed files with 32 additions and 9 deletions

View File

@@ -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"},