Skip to content

Commit

Permalink
fix: flashing image build status (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed Feb 22, 2024
1 parent e4989e8 commit 422cb70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/resources/bentorequest_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ func (r *BentoRequestReconciler) ensureImageExists(ctx context.Context, opt ensu
if err != nil {
return
}
err = errors.Errorf("Image built failed, image builder job %s is failed", job.Name)
return
}

Expand Down

0 comments on commit 422cb70

Please sign in to comment.