mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-16 08:13:58 +00:00
fix regression from 81dcdea2be
(missmatch)
This commit is contained in:
@@ -145,15 +145,8 @@ func (c *Compiler) createProcess(name string, container *yaml.Container, section
|
||||
cpuSet = c.reslimit.CPUSet
|
||||
}
|
||||
|
||||
stepName := container.Name
|
||||
if len(stepName) == 0 {
|
||||
stepName = name
|
||||
} else {
|
||||
stepName = section + "." + stepName
|
||||
}
|
||||
|
||||
return &backend.Step{
|
||||
Name: stepName,
|
||||
Name: name,
|
||||
Alias: container.Name,
|
||||
Image: image,
|
||||
Pull: container.Pull,
|
||||
|
Reference in New Issue
Block a user