mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-09 09:05:26 +00:00
parent
d284aeb545
commit
4cb48aab1d
1 changed files with 3 additions and 1 deletions
|
@ -84,7 +84,9 @@ func (b *StepBuilder) Build() (items []*Item, errorsAndWarnings error) {
|
|||
State: model.StatusPending,
|
||||
Environ: axis,
|
||||
Name: SanitizePath(y.Name),
|
||||
AxisID: i + 1,
|
||||
}
|
||||
if len(axes) > 1 {
|
||||
workflow.AxisID = i + 1
|
||||
}
|
||||
item, err := b.genItemForWorkflow(workflow, axis, string(y.Data))
|
||||
if err != nil && pipeline_errors.HasBlockingErrors(err) {
|
||||
|
|
Loading…
Reference in a new issue