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
724366b375
commit
c99561193d
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ ynh_exec_as $app (
|
|||
git pull
|
||||
for i in `git rev-list --reverse --abbrev-commit $currentVersion..HEAD` ; do file=./config/migrate-scripts/migrate-db-$i.sh ; [ -f $file ] && $file ; done
|
||||
shards update && shards install
|
||||
crystal build src/invidious.cr --release
|
||||
crystal build src/invidious.cr #--release
|
||||
exit
|
||||
popd || ynh_die
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue