Commit 452fe821 authored by Shinya Maeda's avatar Shinya Maeda

Drop filename enforcement

parent 8f49020e
......@@ -21,12 +21,6 @@ class JobArtifactUploader < GitlabUploader
File.open(path, "rb") if path
end
def filename
return 'trace.log' if model.trace?
super
end
private
def dynamic_segment
......
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