Commit 16b6c46a authored by Shinya Maeda's avatar Shinya Maeda

Update jobs_controller.rb

parent 5cdbec20
......@@ -129,8 +129,6 @@ class Projects::JobsController < Projects::ApplicationController
send_file stream.path, type: 'text/plain; charset=utf-8', disposition: 'inline'
elsif build.old_trace
send_data stream.raw, type: 'text/plain; charset=utf-8', disposition: 'inline', filename: 'job.log'
else
render_404
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment