Fix rerun tests bug
This commit is contained in:
parent
ccd136a880
commit
233e6eb96c
|
@ -130,6 +130,8 @@ class Projects::BuildListsController < Projects::BaseController
|
||||||
end
|
end
|
||||||
|
|
||||||
def rerun_tests
|
def rerun_tests
|
||||||
|
@build_list.builder = nil
|
||||||
|
@build_list.save
|
||||||
do_and_back(:rerun_tests, 'rerun_tests_')
|
do_and_back(:rerun_tests, 'rerun_tests_')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue