Commit 7c7cc925 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix failures

parent ee7f9125
......@@ -485,11 +485,7 @@ module Ci
private
def update_artifacts_size
self.artifacts_size = if artifacts_file.exists?
artifacts_file.size
else
nil
end
self.artifacts_size = legacy_artifacts_file&.size
end
def erase_trace!
......
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