1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

Install bundler:1.16.5

This commit is contained in:
anmol 2019-01-07 11:04:30 +05:30
parent 3436cdebe8
commit 7a7653e321

View file

@ -208,8 +208,8 @@ ynh_replace_string "#SMTP_OPENSSL_VERIFY_MODE=peer" "SMTP_OPENSSL_V
(
cd "$final_path/live"
su mastodon <<INSTALL
$final_path/.rbenv/versions/2.5.3/bin/gem install bundler:1.16.5
$final_path/.rbenv/versions/2.5.3/bin/gem install bundler
$final_path/.rbenv/versions/2.5.3/bin/gem install bundler:1.16.5
$final_path/live/bin/bundle install -j$(getconf _NPROCESSORS_ONLN) --deployment --without development test
yarn install --production --no-progress --non-interactive --silent
echo "SAFETY_ASSURED=1">> .env.production