From 441bc1abf2f21f3aa47d1f32ec353c2a57e3e053 Mon Sep 17 00:00:00 2001 From: David Bailey Date: Fri, 14 Apr 2023 10:20:15 +0200 Subject: [PATCH] feat: alias abort_step! to retry_step! --- lib/comfpile/artefact.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/comfpile/artefact.rb b/lib/comfpile/artefact.rb index dfcf290..044afbb 100644 --- a/lib/comfpile/artefact.rb +++ b/lib/comfpile/artefact.rb @@ -286,6 +286,7 @@ module Comfpile def abort_step! raise ArtefactExecSkipError end + alias retry_step! abort_step! def execute_step return unless waiting?