Commit 08dfbc96 authored by Bhagavan Das's avatar Bhagavan Das

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

parent 428af5ea
namespace :gitlab do namespace :gitlab do
desc "GITLAB | Setup production application" desc "GITLAB | Setup production application"
task :setup => :environment do task :setup => :environment do
setup setup_db
end end
def setup def setup_db
warn_user_is_not_gitlab warn_user_is_not_gitlab
puts "This will create the necessary database tables and seed the database." puts "This will create the necessary database tables and seed the database."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment