Don't fail the build when target directory is missing

This commit is contained in:
Josh Matthews 2019-05-16 21:57:53 -04:00 committed by GitHub
parent cbf3dfa0c0
commit 72a628510b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -767,7 +767,7 @@ def macos_build_task(name):
.with_rustup() .with_rustup()
# Debugging for surprising generic-worker behaviour # Debugging for surprising generic-worker behaviour
.with_early_script("ls") .with_early_script("ls")
.with_script("ls target") .with_script("ls target || true")
) )
return ( return (
with_homebrew(build_task, [ with_homebrew(build_task, [