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.
2 parents 296033e + eefda40 commit f7f54c2Copy full SHA for f7f54c2
cmd/bashbrew/cmd-push.go
@@ -78,7 +78,7 @@ func cmdPush(c *cli.Context) error {
78
return cli.NewMultiError(fmt.Errorf(`failed pushing %q`, r.EntryIdentifier(entry)), err)
79
}
80
81
- return nil
+ continue
82
83
84
switch builder := entry.ArchBuilder(arch); builder {
0 commit comments