Skip to content

sidekiq: add touch repocheck.log, ensuring tail

Jason Plum requested to merge 863-ensure-repocheck-log into master

repocheck.log is created as a part of the background git fsck job. This file is created only after a run has occurred. We pre-create it so that tail -f /var/log/gitlab/* will catch it.

Relates to charts/gitlab#863

Merge request reports