Commit 08dfbc962b9263662a188cbd71ebf39e6223e721

Authored by Bhagavan Das
1 parent 428af5ea

rename setup to setup_db so that it does not collide with gitlab:shell:setup task

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
lib/tasks/gitlab/setup.rake
1 1 namespace :gitlab do
2 2 desc "GITLAB | Setup production application"
3 3 task :setup => :environment do
4   - setup
  4 + setup_db
5 5 end
6 6  
7   - def setup
  7 + def setup_db
8 8 warn_user_is_not_gitlab
9 9  
10 10 puts "This will create the necessary database tables and seed the database."
... ...