Skip to content

Commit

Permalink
fix: bad merge remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
fitz7 committed Aug 8, 2024
1 parent c0a34a3 commit f02e633
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/events/vcs/gitlab_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ func (g *GitlabClient) UpdateStatus(logger logging.SimpleLogging, repo models.Re
logger.Debug("mr.HeadPipeline.SHA: '%s' does not match pull.HeadCommit '%s'", mr.HeadPipeline.SHA, pull.HeadCommit)
return nil
}
refTarget = mr.HeadPipeline.Ref

// set pipeline ID for the req once found
pipelineID = gitlab.Ptr(mr.HeadPipeline.ID)
Expand Down

0 comments on commit f02e633

Please sign in to comment.