diff options
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 |