Fix failures
This commit is contained in:
parent
6b6fb11a23
commit
676f487946
2 changed files with 2 additions and 6 deletions
|
@ -475,11 +475,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!
|
||||
|
|
Loading…
Reference in a new issue