Commit 5f3caaf7 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in app/controllers/admin/health_check_controller.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent d1cb1b2b
class Admin::HealthCheckController < Admin::ApplicationController
def show
<<<<<<< HEAD
checks = ['standard']
checks << 'geo' if Gitlab::Geo.secondary?
@errors = HealthCheck::Utils.process_checks(checks)
=======
@errors = HealthCheck::Utils.process_checks(['standard'])
>>>>>>> upstream/master
@failing_storage_statuses = Gitlab::Git::Storage::Health.for_failing_storages
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment