mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-20 01:56:06 +10:00
Merge branch 'master' of github.com:gitlabhq/gitlabhq
This commit is contained in:
@@ -330,7 +330,7 @@ class Project < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def ci_service
|
||||
@ci_service ||= services.select(&:activated?).first
|
||||
@ci_service ||= ci_services.select(&:activated?).first
|
||||
end
|
||||
|
||||
# For compatibility with old code
|
||||
|
||||
Reference in New Issue
Block a user