Remove unused method that describes blocking job

This commit is contained in:
Grzegorz Bizon 2017-03-06 12:42:57 +01:00
parent 66dd209661
commit 8ac0f2d3de

View file

@ -111,10 +111,6 @@ module Ci
self.when == 'manual'
end
def barrier?
action? && !allow_failure?
end
def has_commands?
commands.present?
end