Commit 6daf4b9784f583e933188da1a6e35a25c36b60ac

Authored by Andrew Daugherity
1 parent 978bc816

use git user in check script

No more separate gitlab user since 5.0.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
script/check
1 1 #!/bin/sh
2   -sudo -u gitlab -H bundle exec rake gitlab:check RAILS_ENV=production
  2 +sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
... ...