diff options
| author | Valery Sizov <vsv2711@gmail.com> | 2015-09-16 12:43:16 +0300 |
|---|---|---|
| committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-18 18:02:11 +0200 |
| commit | a0c1a12dee276f5d587514d24432e7647e07aeec (patch) | |
| tree | 8c5797f2fff43c72361343dbcd70d1cd13067a88 /config | |
| parent | bdfe6b9603a7a6947644929c4ea966018f98c840 (diff) | |
| download | gitlab-ce-a0c1a12dee276f5d587514d24432e7647e07aeec.tar.gz | |
remove API calls from CE to CIci_closer_integration
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 c3b9475146d..512dda7b547 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -18,7 +18,6 @@ Gitlab::Application.routes.draw do member do get :status, to: 'projects#badge' get :integration - post :build post :toggle_shared_runners get :dumped_yaml end |
