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
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2014-09-09 12:11:07 +0400
committerSytse Sijbrandij <sytses@gmail.com>2014-09-09 12:11:07 +0400
commit685757b9d6c1c137c479288fe640c9440a785d71 (patch)
treefd939137b075aa2c1f2ce39a9cef1399a80eb3e5 /lib/gitlab
parent4e4e1cb9b56cbb7e467a38c89c8c2d38a58b45d2 (diff)
Prevent people from using ci since we plan to host ci on /ci later.
Diffstat (limited to 'lib/gitlab')
-rw-r--r--lib/gitlab/blacklist.rb1
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