summaryrefslogtreecommitdiff
path: root/app/controllers/ci/builds_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/ci/builds_controller.rb')
-rw-r--r--app/controllers/ci/builds_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/ci/builds_controller.rb b/app/controllers/ci/builds_controller.rb
index 80ee8666792..bf87f81439a 100644
--- a/app/controllers/ci/builds_controller.rb
+++ b/app/controllers/ci/builds_controller.rb
@@ -18,7 +18,7 @@ module Ci
if commit
# Redirect to commit page
- redirect_to ci_project_ref_commit_path(@project, @build.commit.ref, @build.commit.sha)
+ redirect_to ci_project_commit_path(@project, @build.commit)
return
end
end