Skip to content

Commit

Permalink
update build log message
Browse files Browse the repository at this point in the history
  • Loading branch information
pirosiki197 committed Dec 3, 2024
1 parent aab8ba4 commit 6cf657a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/usecase/builder/mock/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (bs *BuilderServiceMock) onRequest(req *pb.BuilderRequest) {
},
},
}
bs.client.SaveBuildLog(context.Background(), b.Build.Id, []byte("skip build"))
bs.client.SaveBuildLog(context.Background(), b.Build.Id, []byte("Build skipped by admin"))
case pb.BuilderRequest_CANCEL_BUILD:
// no-op
default:
Expand Down

0 comments on commit 6cf657a

Please sign in to comment.