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: ebd321ed097be4d975859477a13e380bfdacea18 (plain)
1
2
3
4
5
namespace :ci do
  resource :lint, only: :show

  root to: redirect('')
end