I don't even know what's going on anymore
This commit is contained in:
parent
34e9e261b0
commit
57cd131f38
|
@ -70,7 +70,7 @@ module AbfWorkerService
|
|||
sha1 = build_list.packages.pluck(:sha1).find do |sha1|
|
||||
begin
|
||||
!FileStoreService::File.new(sha1: sha1).exist?
|
||||
rescue SystemCallError => e
|
||||
rescue Errno::EBUSY => e
|
||||
nil
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue