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.
bashbrew push
1 parent 296033e commit eefda40Copy full SHA for eefda40
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