aboutsummaryrefslogtreecommitdiff
path: root/scripts/install
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-01-14 01:49:00 +0100
committerGitHub <noreply@github.com>2019-01-14 01:49:00 +0100
commit4c1e29326d639c198877c9f22d7a23b5c17eefdc (patch)
treecb86598924c6bbf892b3b7ebdd6d8e619204175b /scripts/install
parent25a9339c6e4861a432e3ad422b69bed8a851eea6 (diff)
downloadmastodon_ynh-4c1e29326d639c198877c9f22d7a23b5c17eefdc.tar.gz
mastodon_ynh-4c1e29326d639c198877c9f22d7a23b5c17eefdc.tar.bz2
mastodon_ynh-4c1e29326d639c198877c9f22d7a23b5c17eefdc.zip
Fix install
Diffstat (limited to 'scripts/install')
-rw-r--r--scripts/install1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install
index 2c3993c..8782cdb 100644
--- a/scripts/install
+++ b/scripts/install
@@ -210,7 +210,6 @@ chown -R "$app": "$final_path"
$final_path/live/bin/bundle install \
-j$(getconf _NPROCESSORS_ONLN) \
--deployment --without development test
- $final_path/live gem install bundler:1.16.6
yarn install --pure-lockfile
echo "SAFETY_ASSURED=1">> .env.production
RAILS_ENV=production $final_path/live/bin/bundle exec rails db:migrate --quiet