Skip to content
Snippets Groups Projects
Commit 7fc6b5b6 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Do not inherit build policy in pipeline policy

parent 6c6bc400
No related branches found
No related tags found
Loading
Pipeline #
Loading
Loading
@@ -97,6 +97,10 @@ class BasePolicy
rules
end
 
def rules
raise NotImplementedError
end
def delegate!(new_subject)
@rule_set.merge(Ability.allowed(@user, new_subject))
end
Loading
Loading
module Ci
class PipelinePolicy < BuildPolicy
class PipelinePolicy < BasePolicy
def rules
delegate! @subject.project
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment