remove db:create, gitlab:setup will do it
This commit is contained in:
parent
899b5c51c2
commit
c191de487d
1 changed files with 0 additions and 1 deletions
1
debian/rake-tasks.sh
vendored
1
debian/rake-tasks.sh
vendored
|
@ -3,7 +3,6 @@
|
|||
. /etc/gitlab/gitlab-debian.conf
|
||||
|
||||
echo "Initializing database..."
|
||||
su ${gitlab_user} -s /bin/sh -c 'bundle exec rake db:create db:schema:load RAILS_ENV=production'
|
||||
su ${gitlab_user} -s /bin/sh -c 'bundle exec rake gitlab:setup RAILS_ENV=production'
|
||||
echo "Precompiling assets..."
|
||||
su ${gitlab_user} -s /bin/sh -c 'bundle exec rake assets:precompile RAILS_ENV=production'
|
||||
|
|
Loading…
Add table
Reference in a new issue