feat: alias abort_step! to retry_step!

This commit is contained in:
David Bailey 2023-04-14 10:20:15 +02:00
parent a49f0ee99c
commit 441bc1abf2

View file

@ -286,6 +286,7 @@ module Comfpile
def abort_step!
raise ArtefactExecSkipError
end
alias retry_step! abort_step!
def execute_step
return unless waiting?