mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
74c439c928
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@ then
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
git fetch
|
git fetch
|
||||||
#git checkout master
|
#git checkout master
|
||||||
git reset --hard --quiet $version_commit
|
git reset --hard --quiet $version_commit
|
||||||
git pull
|
git pull
|
||||||
shards update && shards install
|
shards update && shards install
|
||||||
crystal build $final_path/src/invidious.cr --release
|
crystal build $final_path/src/invidious.cr --release
|
||||||
|
|
Loading…
Reference in a new issue