1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00

Revert "Update upgrade"

This reverts commit a1dce069b4.
This commit is contained in:
ericgaspar 2022-04-05 19:18:45 +02:00
parent a1dce069b4
commit eb12e8e005
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -113,10 +113,10 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=5
pushd $final_path
git fetch --quiet
git fetch
#git checkout master
git reset --hard --quiet $version_commit
git pull --quiet
git pull
ynh_exec_warn_less shards install --production
ynh_exec_warn_less crystal build $final_path/src/invidious.cr --release
popd