Commit 8ac0f2d3 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Remove unused method that describes blocking job

parent 66dd2096
...@@ -111,10 +111,6 @@ module Ci ...@@ -111,10 +111,6 @@ module Ci
self.when == 'manual' self.when == 'manual'
end end
def barrier?
action? && !allow_failure?
end
def has_commands? def has_commands?
commands.present? commands.present?
end 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