Skip to content
Snippets Groups Projects

Update for compatibility with Trixie

Merged Walter Lozano requested to merge wip/wlozano/license-trixie into apertis/v2026dev1
All threads resolved!
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -117,7 +117,6 @@ def cancel_branch_context_pipeline(project_id, branch, token, project_url):
try:
res = urllib.request.urlopen(get_id_req)
json_res = json.load(res)
print(json_res)
latest_job_id = json_res["id"]
except urllib.error.HTTPError as e:
print("ERROR:", e.read().decode())
@@ -136,7 +135,6 @@ def cancel_branch_context_pipeline(project_id, branch, token, project_url):
print(f"Canceling useless pipeline on {branch}")
try:
res = urllib.request.urlopen(cancel_req).read().decode("utf-8")
print(res)
except urllib.error.HTTPError as e:
print("ERROR:", e.read().decode())
Loading