GitLabCi Service imtegration

This commit is contained in:
Dmitriy Zaporozhets 2012-11-19 22:34:05 +03:00
parent 8500743464
commit 406a0c809b
16 changed files with 158 additions and 7 deletions

View file

@ -133,6 +133,12 @@ Gitlab::Application.routes.draw do
end
end
resources :services, constraints: { id: /[^\/]+/ }, only: [:index, :edit, :update] do
member do
get :test
end
end
resources :deploy_keys
resources :protected_branches, only: [:index, :create, :destroy]