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

setup.rake « tasks « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c79ffbfa6b93c0377070b907e88a329a04b2876 (plain)
1
2
3
4
desc "GitLab | Setup gitlab db"
task :setup do
  Rake::Task["gitlab:setup"].invoke
end