mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 08:02:18 +02:00
Remove duplicate assignment of CI_STEP_NAME
(#3139)
Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
parent
a1c9c3dfe4
commit
1eacf74376
@ -80,7 +80,6 @@ func (c *Compiler) createProcess(name string, container *yaml_types.Container, s
|
||||
maps.Copy(environment, c.env)
|
||||
|
||||
environment["CI_WORKSPACE"] = path.Join(c.base, c.path)
|
||||
environment["CI_STEP_NAME"] = name
|
||||
|
||||
if stepType == backend_types.StepTypeService || container.Detached {
|
||||
detached = true
|
||||
|
Loading…
Reference in New Issue
Block a user