Commit 7e8a3f7e authored by Grzegorz Bizon's avatar Grzegorz Bizon

When retrying a build copy a coverage regex setting

parent 3ba65185
...@@ -33,6 +33,7 @@ module Ci ...@@ -33,6 +33,7 @@ module Ci
yaml_variables: build.yaml_variables, yaml_variables: build.yaml_variables,
when: build.when, when: build.when,
environment: build.environment, environment: build.environment,
coverage_regex: build.coverage_regex,
user: current_user) user: current_user)
end end
end end
......
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