rename setup to setup_db so that it does not collide with gitlab🐚setup task
This commit is contained in:
parent
428af5ea62
commit
08dfbc962b
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
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."
|
||||||
|
|
Loading…
Reference in a new issue