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

Remove tmp hack to not push all apps

This commit is contained in:
Alexandre Aubin 2020-06-09 19:33:15 +02:00
parent 5f78d99af1
commit d260e23787

View file

@ -102,8 +102,6 @@ def push(patch):
apps_to_push = [app for app in apps() if diff_not_empty(app) and app_is_on_github(app)]
apps_to_push = [app for app in apps() if app["id"] == "piwigo"]
with requests.Session() as s:
s.headers.update({"Authorization": f"token {token}"})
for app in progressbar(apps_to_push, "Forking: ", 40):