summaryrefslogtreecommitdiff
path: root/config/routes/ci.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes/ci.rb')
-rw-r--r--config/routes/ci.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/routes/ci.rb b/config/routes/ci.rb
deleted file mode 100644
index ebd321ed097..00000000000
--- a/config/routes/ci.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-namespace :ci do
- resource :lint, only: :show
-
- root to: redirect('')
-end