Bug 1266624: apply backoff mozharness fixes to macosx script. r=dustin
This commit is contained in:
@@ -40,10 +40,9 @@ download_mozharness() {
|
|||||||
if curl --fail -o mozharness.zip --retry 10 -L $MOZHARNESS_URL; then
|
if curl --fail -o mozharness.zip --retry 10 -L $MOZHARNESS_URL; then
|
||||||
rm -rf mozharness
|
rm -rf mozharness
|
||||||
if unzip -q mozharness.zip; then
|
if unzip -q mozharness.zip; then
|
||||||
break
|
return 0
|
||||||
else
|
|
||||||
echo "error unzipping mozharness.zip" >&2
|
|
||||||
fi
|
fi
|
||||||
|
echo "error unzipping mozharness.zip" >&2
|
||||||
else
|
else
|
||||||
echo "failed to download mozharness zip" >&2
|
echo "failed to download mozharness zip" >&2
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user