Skip to content

Commit

Permalink
Remove log line from release
Browse files Browse the repository at this point in the history
  • Loading branch information
caseydavenport committed Jul 20, 2022
1 parent 1a9387a commit 94154c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hack/release/pkg/builder/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ func (r *RealCommandRunner) RunInDir(dir, name string, args []string, env []stri
err := cmd.Run()
logrus.Debug(outb.String())
if err != nil {
logrus.Error(errb.String())
err = fmt.Errorf("%s: %s", err, strings.TrimSpace(errb.String()))
}
return strings.TrimSpace(outb.String()), err
Expand Down

0 comments on commit 94154c9

Please sign in to comment.