Fixed merge conflict that caused tests to fail with build
This commit is contained in:
parent
a6345c1401
commit
bd257c3d38
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
Build
|
||||
%strong ##{@build.id}
|
||||
for commit
|
||||
= link_to ci_status_path(@build.commit) do
|
||||
= link_to ci_status_path(@build.pipeline) do
|
||||
%strong= @build.pipeline.short_sha
|
||||
from
|
||||
= link_to namespace_project_commits_path(@project.namespace, @project, @build.ref) do
|
||||
|
|
Loading…
Reference in a new issue