Commit 239b84e9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #7068 from chino/only-check-ci-status-when-ci-service-enabled

project: ci_service should only catch ci services
parents ab7a9347 be85d1d2
...@@ -330,7 +330,7 @@ class Project < ActiveRecord::Base ...@@ -330,7 +330,7 @@ class Project < ActiveRecord::Base
end end
def ci_service def ci_service
@ci_service ||= services.select(&:activated?).first @ci_service ||= ci_services.select(&:activated?).first
end end
# For compatibility with old code # For compatibility with old code
......
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