diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-09 20:31:05 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-09 20:31:05 +0200 |
commit | 6869a5640347bb391aea657c763716f27dea380e (patch) | |
tree | 3ea350146c4cc60c6870ba983a036f6450a8ed62 /script | |
parent | 16b61590ab4ca046ea7a2dbab3703367df56d108 (diff) | |
download | gitlab-ce-6869a5640347bb391aea657c763716f27dea380e.tar.gz |
Fix sidekiq chech and added script/check
Diffstat (limited to 'script')
-rwxr-xr-x | script/check | 2 |
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 |