From a49f0ee99c8f4a1fed948d3c1d864db101cbc98a Mon Sep 17 00:00:00 2001 From: David Bailey Date: Fri, 14 Apr 2023 10:19:46 +0200 Subject: [PATCH] feat: :sparkles: add find_artefact bypass --- lib/comfpile/artefact.rb | 4 ++++ 1 file changed, 4 insertions(+) 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?