Commit c503dad1 authored by Valery Sizov's avatar Valery Sizov

spinach fix

parent 845cb05b
......@@ -353,7 +353,7 @@ module Ci
end
def artifacts?
!artifacts_expired? && self[:artifacts_file].present?
!artifacts_expired? && artifacts_file.exists?
end
def artifacts_metadata?
......
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