1
Fork 0
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:
Steffo 2019-01-06 21:05:54 +01:00
parent f6663a7227
commit d36296dd35

View file

@ -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)