feat: alias abort_step! to retry_step!
This commit is contained in:
parent
a49f0ee99c
commit
441bc1abf2
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ module Comfpile
|
|||
def abort_step!
|
||||
raise ArtefactExecSkipError
|
||||
end
|
||||
alias retry_step! abort_step!
|
||||
|
||||
def execute_step
|
||||
return unless waiting?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue