Commit 1b4a994162701f039bc02d155a9dbad55102d618

Authored by Dmitriy Zaporozhets
2 parents 9ae26cd1 6daf4b97

Merge pull request #4244 from adaugherity/check_script_user

use git user in check script
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
... ...