mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
Update upgrade
This commit is contained in:
parent
1544ac5ecf
commit
a1dce069b4
1 changed files with 2 additions and 2 deletions
|
@ -113,10 +113,10 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=5
|
ynh_script_progression --message="Upgrading source files..." --weight=5
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
git fetch
|
git fetch --quiet
|
||||||
#git checkout master
|
#git checkout master
|
||||||
git reset --hard --quiet $version_commit
|
git reset --hard --quiet $version_commit
|
||||||
git pull
|
git pull --quiet
|
||||||
ynh_exec_warn_less shards install --production
|
ynh_exec_warn_less shards install --production
|
||||||
ynh_exec_warn_less crystal build $final_path/src/invidious.cr --release
|
ynh_exec_warn_less crystal build $final_path/src/invidious.cr --release
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Add table
Reference in a new issue