Commit a8b11189 authored by Shinya Maeda's avatar Shinya Maeda

When read a raw job trace, redirect it as inline.

parent f5891ca0
......@@ -21,7 +21,7 @@ module EE
end
def raw_redirect_params
{ query: { "response-content-disposition" => "attachment;filename=#{trace_artifact_file.filename}" } }
{ query: { 'response-content-type' => 'text/plain; charset=utf-8', 'response-content-disposition' => 'inline' } }
end
def trace_artifact_file
......
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