1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-11-23 21:44:44 +02:00

Add linter whitespace (#531)

This commit is contained in:
Lukas
2021-11-24 01:31:11 +01:00
committed by GitHub
parent 57db3227ab
commit 25bf91bd37
37 changed files with 1 additions and 71 deletions

View File

@@ -161,7 +161,6 @@ func (c *Compiler) Compile(conf *yaml.Config) *backend.Config {
name := fmt.Sprintf("%s_services_%d", c.prefix, i)
step := c.createProcess(name, container, "services")
stage.Steps = append(stage.Steps, step)
}
config.Stages = append(config.Stages, stage)
}