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:
parent
5f78d99af1
commit
d260e23787
1 changed files with 0 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue