diff --git a/lib/comfpile/artefact.rb b/lib/comfpile/artefact.rb index 4b7bc8e..dfcf290 100644 --- a/lib/comfpile/artefact.rb +++ b/lib/comfpile/artefact.rb @@ -208,6 +208,10 @@ module Comfpile @core.craft_artefact(stage, target) end + def find_artefact(stage, target) + @core.find_artefact(stage, target) + end + def waitlist_empty? return true if completed?