Skip to content
Snippets Groups Projects
Commit bab17600 authored by Mayra Cabrera's avatar Mayra Cabrera
Browse files

Move project ci lint under '-' scope

parent 6767dd92
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -280,6 +280,10 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
post :keep
end
end
namespace :ci do
resource :lint, only: [:show, :create]
end
end
 
draw :legacy_builds
Loading
Loading
@@ -423,10 +427,6 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
resource :repository, only: [:show], controller: :repository
end
 
namespace :ci do
resource :lint, only: [:show, :create]
end
# Since both wiki and repository routing contains wildcard characters
# its preferable to keep it below all other project routes
draw :wiki
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment