GitLabCi Service imtegration
This commit is contained in:
parent
8500743464
commit
406a0c809b
16 changed files with 158 additions and 7 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue