Commit f0ba1ea3 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix Rubocop offense in build retry service

parent c3d24d0b
......@@ -3,7 +3,7 @@ module Ci
CLONE_ACCESSORS = %i[pipeline project ref tag options commands name
allow_failure stage stage_idx trigger_request
yaml_variables when environment coverage_regex
description tag_list].freeze
description tag_list].freeze
def execute(build)
reprocess(build).tap do |new_build|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment