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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-09 22:31:05 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-09 22:31:05 +0400
commit6869a5640347bb391aea657c763716f27dea380e (patch)
tree3ea350146c4cc60c6870ba983a036f6450a8ed62 /script
parent16b61590ab4ca046ea7a2dbab3703367df56d108 (diff)
Fix sidekiq chech and added script/check
Diffstat (limited to 'script')
-rwxr-xr-xscript/check2
1 files changed, 2 insertions, 0 deletions
diff --git a/script/check b/script/check
new file mode 100755
index 00000000000..d2eb4a2f6d8
--- /dev/null
+++ b/script/check
@@ -0,0 +1,2 @@
+#!/bin/sh
+sudo -u gitlab -H bundle exec rake gitlab:check RAILS_ENV=production