Commit 0c869ed75cb9d4255cf4e6c268ab5e884169aeb8

Authored by Dmitriy Zaporozhets
2 parents df92f825 239b84e9

Merge branch 'master' of github.com:gitlabhq/gitlabhq

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/project.rb
... ... @@ -330,7 +330,7 @@ class Project < ActiveRecord::Base
330 330 end
331 331  
332 332 def ci_service
333   - @ci_service ||= services.select(&:activated?).first
  333 + @ci_service ||= ci_services.select(&:activated?).first
334 334 end
335 335  
336 336 # For compatibility with old code
... ...