mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Download images when autoupdating
This commit is contained in:
parent
f6663a7227
commit
d36296dd35
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
old=$(git rev-list HEAD -n 1)
|
||||
git pull
|
||||
git lfs pull
|
||||
new=$(git rev-list HEAD -n 1)
|
||||
if [ ${old} = ${new} ]; then
|
||||
version=$(sentry-cli releases propose-version)
|
||||
|
|
Loading…
Reference in a new issue