2016-11-29 13:21:25 -05:00
|
|
|
# Prevent StateMachine warnings from outputting during a cron task
|
|
|
|
StateMachines::Machine.ignore_method_conflicts = true if ENV['CRON']
|
|
|
|
|
2018-01-24 03:12:33 -05:00
|
|
|
task gitlab_environment: :environment do
|
2017-08-08 10:20:16 -04:00
|
|
|
extend SystemCheck::Helpers
|
2016-11-29 13:21:25 -05:00
|
|
|
end
|