aboutsummaryrefslogtreecommitdiff
path: root/scripts/upgrade
diff options
context:
space:
mode:
authorTagadda <36127788+Tagadda@users.noreply.github.com>2025-08-24 14:40:38 +0200
committerTagadda <36127788+Tagadda@users.noreply.github.com>2025-08-24 14:40:38 +0200
commitd5c70e78295e0a35026bf2e1848ef40ac0092fda (patch)
tree30aa8652331702e41609ecfcad15168a262d1134 /scripts/upgrade
parenta6059396f8ee42645b9588809f81950539f01980 (diff)
downloadmastodon_ynh-d5c70e78295e0a35026bf2e1848ef40ac0092fda.tar.gz
mastodon_ynh-d5c70e78295e0a35026bf2e1848ef40ac0092fda.tar.bz2
mastodon_ynh-d5c70e78295e0a35026bf2e1848ef40ac0092fda.zip
Hide warnings again
Diffstat (limited to 'scripts/upgrade')
-rw-r--r--scripts/upgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upgrade b/scripts/upgrade
index ab1d807..746d009 100644
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -124,7 +124,7 @@ pushd "$install_dir/live"
ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle config deployment 'true'
ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle config without 'development test'
ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle config set force_ruby_platform true --quiet
- ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle install -j$(getconf _NPROCESSORS_ONLN)
+ ynh_exec_warn_less ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle install -j$(getconf _NPROCESSORS_ONLN)
ynh_use_nodejs
env $ynh_node_load_PATH corepack enable
echo Y | ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn workspaces focus --production