base: make curl retry on all errors

Change-Id: Icbf54154e4a2dffd840cfda9b6a863247d28c226
(cherry picked from commit 90e157e3e3)
This commit is contained in:
Michal Nasiadka 2023-02-22 08:00:57 +01:00 committed by Mark Goddard
parent 9516d00f3b
commit d9f1a5af3b

View File

@ -2,6 +2,7 @@
--fail
--location
--retry 5
--retry-all-errors
--silent
--show-error
--write-out "curl (%{url_effective}): response: %{http_code}, time: %{time_total}, size: %{size_download}\n"