We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bacbdc commit c0d2d7fCopy full SHA for c0d2d7f
dockerhub/default.go
@@ -61,6 +61,9 @@ func Do() {
61
// Capture the range variables.
62
k, v := k, v
63
g.Go(func() error {
64
+ if len(v.Repos) == 0 {
65
+ return nil
66
+ }
67
if err = generatorSyncFile(syncDir, k, v); err != nil {
68
return fmt.Errorf("generatorSyncFile %s error: %w", k, err)
69
}
0 commit comments