Merge pull request #4244 from adaugherity/check_script_user

use git user in check script
This commit is contained in:
Dmitriy Zaporozhets 2013-06-11 01:06:50 -07:00
commit 1b4a994162
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