diff options
author | Sytse Sijbrandij <sytses@gmail.com> | 2014-09-09 10:11:07 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytses@gmail.com> | 2014-09-09 10:11:07 +0200 |
commit | 685757b9d6c1c137c479288fe640c9440a785d71 (patch) | |
tree | fd939137b075aa2c1f2ce39a9cef1399a80eb3e5 /lib | |
parent | 4e4e1cb9b56cbb7e467a38c89c8c2d38a58b45d2 (diff) | |
download | gitlab-ce-685757b9d6c1c137c479288fe640c9440a785d71.tar.gz |
Prevent people from using ci since we plan to host ci on /ci later.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/blacklist.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/blacklist.rb b/lib/gitlab/blacklist.rb index 65efb6e4407..43145e0ee1b 100644 --- a/lib/gitlab/blacklist.rb +++ b/lib/gitlab/blacklist.rb @@ -27,6 +27,7 @@ module Gitlab notes unsubscribes all + ci ) end end |