From fe068c51954518a1ba67ae955a47d33b2dbc8983 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 3 Mar 2023 22:28:01 +0100 Subject: [PATCH] update_app_level script: use new result endpoint --- update_app_levels/update_app_levels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_app_levels/update_app_levels.py b/update_app_levels/update_app_levels.py index dae5c4a..b8df4a1 100644 --- a/update_app_levels/update_app_levels.py +++ b/update_app_levels/update_app_levels.py @@ -17,7 +17,7 @@ os.system(f"git -C {tmpdir} checkout -b update_app_levels") catalog = toml.load(open(f"{tmpdir}/apps.toml")) # Fetch results from the CI -CI_RESULTS_URL = "https://ci-apps.yunohost.org/ci/logs/list_level_stable_amd64.json" +CI_RESULTS_URL = "https://ci-apps.yunohost.org/ci/api/results" ci_results = requests.get(CI_RESULTS_URL).json() comment = {