From 72a628510bb613a5bb97221f7001ff2fa8492e76 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 16 May 2019 21:57:53 -0400 Subject: [PATCH] Don't fail the build when target directory is missing --- etc/taskcluster/decision_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index dcf879c15eb..244af5a065b 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -767,7 +767,7 @@ def macos_build_task(name): .with_rustup() # Debugging for surprising generic-worker behaviour .with_early_script("ls") - .with_script("ls target") + .with_script("ls target || true") ) return ( with_homebrew(build_task, [