From a0e5943e449e4b71d427b2bf9c1a7573f8b9ac81 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Mon, 14 Oct 2024 17:37:40 +0200 Subject: [PATCH] Use local ./run.sh --- taskcluster-hook.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster-hook.json b/taskcluster-hook.json index 91b95256..d7fde137 100644 --- a/taskcluster-hook.json +++ b/taskcluster-hook.json @@ -33,7 +33,7 @@ "command": [ "/bin/sh", "-lcxe", - "git clone --quiet https://github.com/mozilla/stab-crashes.git && cd stab-crashes && /bin/sh -lcxe run.sh" + "git clone --quiet https://github.com/mozilla/stab-crashes.git && cd stab-crashes && /bin/sh -lcxe ./run.sh" ], "image": "python:3.9", "maxRunTime": 7200