Remove duplicate assignment of CI_STEP_NAME (#3139)

Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
6543 2024-01-09 08:56:28 +01:00 committed by GitHub
parent a1c9c3dfe4
commit 1eacf74376
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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