Commit 522caded authored by Shinya Maeda's avatar Shinya Maeda

Drop filename enforcement

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