diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-05-27 17:14:41 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-05-27 17:14:41 +0200 |
commit | 2341cefd6fa2811a1af41f2068554738d7eebfc4 (patch) | |
tree | 807a376257151323a203c39dd2ff08b23e29a21e /script/check | |
parent | cb4b504b26a269ba6ebb3fee165296a80d962c69 (diff) | |
download | gitlab-ce-2341cefd6fa2811a1af41f2068554738d7eebfc4.tar.gz |
Move from script to bin directory.
Diffstat (limited to 'script/check')
-rwxr-xr-x | script/check | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/script/check b/script/check deleted file mode 100755 index c907a98b5d9..00000000000 --- a/script/check +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production |