From a1dce069b4968f00bbaa59bc09ac0ecc9a37fcdb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 5 Apr 2022 19:13:53 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 83f78e2..895f08a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -113,10 +113,10 @@ then ynh_script_progression --message="Upgrading source files..." --weight=5 pushd $final_path - git fetch + git fetch --quiet #git checkout master git reset --hard --quiet $version_commit - git pull + git pull --quiet ynh_exec_warn_less shards install --production ynh_exec_warn_less crystal build $final_path/src/invidious.cr --release popd