From e63f148d9385794be5def96327c4a5daa2495c83 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 6 Jun 2019 00:54:58 +0200 Subject: [PATCH] fix ovh for upgrade script --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index aef0c55..2be4c8e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -133,7 +133,7 @@ ynh_add_nginx_config ynh_print_info --message="Upgrading dependencies..." # Install nodejs -ynh_install_nodejs --nodejs_version=8 +#ynh_install_nodejs --nodejs_version=8 # Install dependencies ynh_install_app_dependencies $pkg_dependencies @@ -182,7 +182,7 @@ ynh_store_file_checksum "$final_path/config/production.yaml" #================================================= pushd "$final_path" - yarn install --production --pure-lockfile + #yarn install --production --pure-lockfile popd #=================================================