Commit 08dfbc962b9263662a188cbd71ebf39e6223e721
1 parent
428af5ea
Exists in
master
and in
4 other branches
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 | namespace :gitlab do | 1 | namespace :gitlab do |
2 | desc "GITLAB | Setup production application" | 2 | desc "GITLAB | Setup production application" |
3 | task :setup => :environment do | 3 | task :setup => :environment do |
4 | - setup | 4 | + setup_db |
5 | end | 5 | end |
6 | 6 | ||
7 | - def setup | 7 | + def setup_db |
8 | warn_user_is_not_gitlab | 8 | warn_user_is_not_gitlab |
9 | 9 | ||
10 | puts "This will create the necessary database tables and seed the database." | 10 | puts "This will create the necessary database tables and seed the database." |