feat: ✨ port artefact context to other functions
This commit is contained in:
parent
1878186c4f
commit
fe23382dcc
5 changed files with 29 additions and 28 deletions
|
@ -61,10 +61,10 @@ module Comfpile
|
|||
|
||||
end
|
||||
|
||||
def craft(stage, target)
|
||||
def craft(stage, target, context)
|
||||
return unless stage == :config_file
|
||||
|
||||
ConfigArtefact.new(@core, self, stage, target)
|
||||
ConfigArtefact.new(@core, self, stage, target, context)
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue