summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-11-10 12:14:32 +0100
committerKamil Trzcinski <ayufan@ayufan.eu>2015-11-10 12:14:41 +0100
commitd024db0cc816d03063f889a6d3d570f70e8e896c (patch)
tree0f76e58d6ecaddf8aa6f20379afde290bd70f11e /config/routes.rb
parent354b69dde2ba399a4269a0f544fd7a4e399d8b7e (diff)
downloadgitlab-ce-d024db0cc816d03063f889a6d3d570f70e8e896c.tar.gz
Remove deprecated dumped yaml file generated from previous job definitionsci-deprecate-dumped-yaml
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 2028ea938e4..dfc1c571ce8 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -32,7 +32,6 @@ Gitlab::Application.routes.draw do
get :status, to: 'projects#badge'
get :integration
post :toggle_shared_runners
- get :dumped_yaml
end
resources :runner_projects, only: [:create, :destroy]