Skip to content

Commit

Permalink
Merge pull request #18329 from d-m-u/adding_ci_feature_mixin_to_job
Browse files Browse the repository at this point in the history
Jobs aren't retireable

(cherry picked from commit 924a890)

https://bugzilla.redhat.com/show_bug.cgi?id=1650437
  • Loading branch information
gmcculloug authored and simaishi committed Jan 8, 2019
1 parent 6df9187 commit b47d426
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
class ManageIQ::Providers::AutomationManager::OrchestrationStack < ::OrchestrationStack
include CiFeatureMixin

def retireable?
false
end
end

0 comments on commit b47d426

Please sign in to comment.