diff options
Diffstat (limited to 'app/models/ci')
-rw-r--r-- | app/models/ci/build.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/ci/build.rb b/app/models/ci/build.rb index 623edd8bc57..7a641cfd998 100644 --- a/app/models/ci/build.rb +++ b/app/models/ci/build.rb @@ -116,10 +116,6 @@ module Ci end end - def ignored? - failed? && allow_failure? - end - def retryable? project.builds_enabled? && commands.present? end |