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/bin/check
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-05-27 19:14:41 +0400
committerMarin Jankovski <marin@gitlab.com>2014-05-27 19:14:41 +0400
commit2341cefd6fa2811a1af41f2068554738d7eebfc4 (patch)
tree807a376257151323a203c39dd2ff08b23e29a21e /bin/check
parentcb4b504b26a269ba6ebb3fee165296a80d962c69 (diff)
Move from script to bin directory.
Diffstat (limited to 'bin/check')
-rwxr-xr-xbin/check2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/check b/bin/check
new file mode 100755
index 00000000000..c907a98b5d9
--- /dev/null
+++ b/bin/check
@@ -0,0 +1,2 @@
+#!/bin/sh
+sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production