use git user in check script
No more separate gitlab user since 5.0.
This commit is contained in:
parent
978bc81646
commit
6daf4b9784
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue