提交 b2025caa 编写于 作者: S Shinya Maeda

Merge branch '44665-fix-db-trace-stream-by-raw-access' of...

Merge branch '44665-fix-db-trace-stream-by-raw-access' of gitlab.com:gitlab-org/gitlab-ce into 44665-fix-db-trace-stream-by-raw-access
......@@ -130,7 +130,7 @@ class Projects::JobsController < Projects::ApplicationController
elsif build.old_trace
send_data stream.raw, type: 'text/plain; charset=utf-8', disposition: 'inline', filename: 'job.log'
else
render_404
send_data stream.raw, type: 'text/plain; charset=utf-8', disposition: 'inline', filename: 'job.log'
end
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册