Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ci.rb « routes « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cbd4c2db8523534b173d16d73a28888f696712ff (plain)
1
2
3
4
5
namespace :ci do
  resource :lint, only: [:show, :create]

  root to: redirect('/')
end