Commit 14d1ab3b authored by Matija Čupić's avatar Matija Čupić

Remove beta check for project subscriptions

parent c8aee3ce
......@@ -181,7 +181,7 @@ module EE
end
def project_has_subscriptions?
project.beta_feature_available?(:ci_project_subscriptions) &&
project.feature_available?(:ci_project_subscriptions) &&
project.downstream_projects.any?
end
......
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