Fix Rubocop offense in build retry service

This commit is contained in:
Grzegorz Bizon 2017-03-02 22:14:12 +01:00
parent c3d24d0bdd
commit f0ba1ea3c1
1 changed files with 1 additions and 1 deletions

View File

@ -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|