Skip to content
Snippets Groups Projects
Commit 9e6b2c5d authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

We actually want to clone project and remove gl_project_id

parent 1f244284
No related branches found
No related tags found
1 merge request!9409Fix build attributes test
Pipeline #
module Ci
class RetryBuildService < ::BaseService
CLONE_ATTRIBUTES = %i[pipeline ref tag options commands name
CLONE_ATTRIBUTES = %i[pipeline project ref tag options commands name
allow_failure stage stage_idx trigger_request
yaml_variables when environment coverage_regex]
.freeze
Loading
Loading
@@ -11,7 +11,7 @@ module Ci
created_at updated_at started_at finished_at
queued_at erased_by erased_at].freeze
 
IGNORE_ATTRIBUTES = %i[type lock_version project gl_project_id target_url
IGNORE_ATTRIBUTES = %i[type lock_version gl_project_id target_url
deploy job_id description].freeze
 
def execute(build)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment