Oops missing bundle.

This commit is contained in:
root 2017-05-17 10:15:42 +02:00
parent 20e7cfa825
commit cdd4f97edf
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ cd /home/${gitlabUser}/gitlab
sudo -u $gitlabUser -H bundle install --without development test mysql aws kerberos --deployment
sudo -u $gitlabUser -H bundle clean
sudo -u $gitlabUser -H bundle exec rake db:migrate RAILS_ENV=production
sudo -u $gitlabUser -H exec rake yarn:install gitlab:assets:clean gitlab:assets:compile RAILS_ENV=production NODE_ENV=production
sudo -u $gitlabUser -H bundle exec rake yarn:install gitlab:assets:clean gitlab:assets:compile RAILS_ENV=production NODE_ENV=production
sudo -u $gitlabUser -H bundle exec rake cache:clear RAILS_ENV=production
sudo -u $gitlabUser -H git commit -a --amend -m "upgraded to $gitlabVersion"
/etc/init.d/${gitlabUser} restart