Commit 2eaca5453654f4c5e773067f303d6002268cd06e

Authored by Dmitriy Zaporozhets
1 parent d89f26e0

Add rake setup alias for gitlab:setup

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
lib/tasks/setup.rake 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +desc "GITLAB | Setup gitlab db"
  2 +task :setup do
  3 + Rake::Task["gitlab:setup"].invoke
  4 +end
... ...