1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 18:26:13 +02:00

increase retry option for bundle install

This commit is contained in:
Développeur égaré 2015-06-16 00:36:48 +02:00
parent 4f276be5b4
commit 3823c8e157

View file

@ -93,7 +93,7 @@ sudo cat /etc/sudoers | grep yunhost_diaspora -q
if [ $? == 0 ] ; then sudo sed -i '/yunhost_diaspora/d' /etc/sudoers ; fi
# construct diaspora app
sudo su - diaspora -c "RAILS_ENV=production bundle install --without test development --retry 5"
sudo su - diaspora -c "RAILS_ENV=production bundle install --without test development --retry 10"
sudo su - diaspora -c "RAILS_ENV=production bundle exec rake db:create db:schema:load"
sudo su - diaspora -c "RAILS_ENV=production bundle exec rake assets:precompile"