diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2015-11-12 09:42:32 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2015-11-12 09:42:32 +0000 |
commit | 8ab5df9d872414b2cca3ebd16d57b89e2f19e06a (patch) | |
tree | d9e9315c3ce8a5e92dd79eb5cd082f7c0ebcd4ba /config | |
parent | 7ec7970b14985603a2a6301707566b17f0c88773 (diff) | |
parent | d024db0cc816d03063f889a6d3d570f70e8e896c (diff) | |
download | gitlab-ce-8ab5df9d872414b2cca3ebd16d57b89e2f19e06a.tar.gz |
Merge branch 'ci-deprecate-dumped-yaml' into 'master'
Remove deprecated dumped yaml file generated from previous job definitions
See merge request !1777
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index c892c034f01..f4d4d30f613 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] |