2016-11-29 13:21:25 -05:00
|
|
|
require 'tasks/gitlab/task_helpers'
|
|
|
|
|
|
|
|
# Prevent StateMachine warnings from outputting during a cron task
|
|
|
|
StateMachines::Machine.ignore_method_conflicts = true if ENV['CRON']
|
|
|
|
|
|
|
|
namespace :gitlab do
|
2017-08-08 10:20:16 -04:00
|
|
|
extend SystemCheck::Helpers
|
2016-11-29 13:21:25 -05:00
|
|
|
end
|