1
1
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:
Lunny Xiao
2022-11-17 19:37:29 +08:00
committed by Jason Song
parent f4bbd534b9
commit f57e6999a2
2 changed files with 1 additions and 56 deletions

View File

@@ -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,