Skip to content

Commit 219c187

Browse files
author
Bruce Hill
committed
Add error message
1 parent 859cd8a commit 219c187

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/build.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@ func handleBuildsCreate(ctx context.Context, cmd *cli.Command) error {
523523
target.Get("commit.completed.conclusion").String() == "error" ||
524524
target.Get("lint.completed.conclusion").String() == "error" ||
525525
target.Get("test.completed.conclusion").String() == "error" {
526+
buildGroup.Error("Build did not succeed!")
526527
os.Exit(1)
527528
}
528529
}

0 commit comments

Comments
 (0)