From 962730258153e7e6760778ed8cc09847cc09ab7e Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 13 Sep 2018 15:19:27 +0200 Subject: [PATCH] Force image reset for over-long route expiry --- decision-task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decision-task.py b/decision-task.py index c87b64827f8..27ccb32d0e9 100644 --- a/decision-task.py +++ b/decision-task.py @@ -74,7 +74,7 @@ def build_image(name): try: result = INDEX.findTask(route) - return result["taskId"] +# return result["taskId"] except taskcluster.TaskclusterRestFailure as e: if e.status_code != 404: raise