mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
Bug 1266624: apply backoff mozharness fixes to macosx script. r=dustin
This commit is contained in:
parent
a035e94835
commit
4b4fde67ec
@ -40,10 +40,9 @@ download_mozharness() {
|
||||
if curl --fail -o mozharness.zip --retry 10 -L $MOZHARNESS_URL; then
|
||||
rm -rf mozharness
|
||||
if unzip -q mozharness.zip; then
|
||||
break
|
||||
else
|
||||
echo "error unzipping mozharness.zip" >&2
|
||||
return 0
|
||||
fi
|
||||
echo "error unzipping mozharness.zip" >&2
|
||||
else
|
||||
echo "failed to download mozharness zip" >&2
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user