diff options
| author | nemsia <nemsia@nemsia.org> | 2018-05-16 12:07:46 +0200 |
|---|---|---|
| committer | nemsia <nemsia@nemsia.org> | 2018-05-16 12:07:46 +0200 |
| commit | 2070a3fad9f18ac6f9ee507659c0fb434f66b2e2 (patch) | |
| tree | 831654e8c7799b193941ea85b34cc9f9edf7c536 /scripts/upgrade | |
| parent | 19795410a04a688b31067ce991877f503940e67e (diff) | |
| download | mastodon_ynh-2070a3fad9f18ac6f9ee507659c0fb434f66b2e2.tar.gz mastodon_ynh-2070a3fad9f18ac6f9ee507659c0fb434f66b2e2.tar.bz2 mastodon_ynh-2070a3fad9f18ac6f9ee507659c0fb434f66b2e2.zip | |
fix bundle 2.5.1
Diffstat (limited to 'scripts/upgrade')
| -rw-r--r-- | scripts/upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upgrade b/scripts/upgrade index 34cff85..3d5dcd3 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -130,7 +130,7 @@ ln -s $final_path/.rbenv/versions/2.5.1/bin/ruby /usr/bin/ruby || true sudo su - $app <<MCOMMANDS pushd ~/live $final_path/.rbenv/versions/2.5.1/bin/gem install bundler -bin/bundle install --deployment --without development test +$final_path/.rbenv/versions/2.5.1/bin/bundle install --deployment --without development test yarn install --pure-lockfile MCOMMANDS ) |
