1
0
Fork 0

update_app_level script: use new result endpoint

This commit is contained in:
Alexandre Aubin 2023-03-03 22:28:01 +01:00
parent 7e6301e907
commit fe068c5195

View file

@ -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 = {