mirror of
https://github.com/go-gitea/gitea
synced 2025-10-29 18:38:28 +00:00
Remove unused file
This commit is contained in:
@@ -202,7 +202,7 @@ func (s *Service) UpdateTask(
|
||||
Creator: creator,
|
||||
CommitStatus: &git_model.CommitStatus{
|
||||
SHA: payload.HeadCommit.ID,
|
||||
TargetURL: fmt.Sprintf("%s/builds/runs/%d", task.Job.Run.Repo.HTMLURL(), task.Job.Run.ID),
|
||||
TargetURL: task.Job.Run.HTMLURL(),
|
||||
Description: "",
|
||||
Context: task.Job.Name,
|
||||
CreatorID: payload.Pusher.ID,
|
||||
|
||||
Reference in New Issue
Block a user