You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-11-29 21:48:14 +02:00
gofumpt -w -l -extra . (#661)
This commit is contained in:
@@ -168,7 +168,7 @@ func (c *Compiler) Compile(conf *yaml.Config) *backend.Config {
|
||||
var stage *backend.Stage
|
||||
var group string
|
||||
for i, container := range conf.Pipeline.Containers {
|
||||
//Skip if local and should not run local
|
||||
// Skip if local and should not run local
|
||||
if c.local && !container.Constraints.Local.Bool() {
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user