diff options
| author | Valery Sizov <vsv2711@gmail.com> | 2015-04-14 17:05:54 +0300 |
|---|---|---|
| committer | Valery Sizov <vsv2711@gmail.com> | 2015-04-21 19:28:17 +0300 |
| commit | e771203ccf27462fe4918b26ef042561187bfe68 (patch) | |
| tree | 7d22474616f0918a6f778c42a272a0d93cbb9830 /config | |
| parent | 26ea08c2b05b2050f16224f6dd729b195c9e5d5e (diff) | |
| download | gitlab-ci-e771203ccf27462fe4918b26ef042561187bfe68.tar.gz | |
toggle shared runners
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 95e9d14..01c665a 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -19,6 +19,7 @@ Rails.application.routes.draw do get :status, to: 'projects#badge' get :integration post :build + post :toggle_shared_runners end resources :services, only: [:index, :edit, :update] do |
