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:
parent
4f276be5b4
commit
3823c8e157
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue