use git user in check script

No more separate gitlab user since 5.0.
This commit is contained in:
Andrew Daugherity 2013-06-06 16:25:07 -05:00
parent 978bc81646
commit 6daf4b9784
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
sudo -u gitlab -H bundle exec rake gitlab:check RAILS_ENV=production
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production