Commit cca5797f authored by Tomasz Maczukin's avatar Tomasz Maczukin

Temporary fix for eager loading issue in Ci::RegisterJobService

parent 2cc78c0b
......@@ -30,7 +30,7 @@ module Ci
end
end
builds.find do |build|
builds.auto_include(false).find do |build|
next unless runner.can_pick?(build)
begin
......
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