1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

we don't need that, it's handled by GitlabAPI

This commit is contained in:
OniriCorpe 2024-02-14 05:42:04 +01:00
parent a019ac2c63
commit c51e87fd66

View file

@ -335,9 +335,6 @@ class AppAutoUpdater:
# if empty (so only the base asset), take the tarball_url
latest_assets = latest_release["tarball_url"]
if strategy == "_release":
# gitlab's API is different for that
latest_release_html_url = latest_release["_links"]["self"]
else:
latest_release_html_url = latest_release["html_url"]
if asset == "tarball":
latest_tarball = (