Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorAndrew Daugherity <andrew.daugherity@gmail.com>2013-06-07 01:25:07 +0400
committerAndrew Daugherity <andrew.daugherity@gmail.com>2013-06-07 01:25:07 +0400
commit6daf4b9784f583e933188da1a6e35a25c36b60ac (patch)
tree59e2a4ae728a3fccc4dec456011268604782d62f /script
parent978bc81646ff6e7823ef6de3c2717d4780cd8da7 (diff)
use git user in check script
No more separate gitlab user since 5.0.
Diffstat (limited to 'script')
-rwxr-xr-xscript/check2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/check b/script/check
index d2eb4a2f6d8..c907a98b5d9 100755
--- a/script/check
+++ b/script/check
@@ -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