base: make curl retry on all errors

Change-Id: Icbf54154e4a2dffd840cfda9b6a863247d28c226
This commit is contained in:
Michal Nasiadka 2023-02-22 08:00:57 +01:00
parent 3d008b7f5e
commit 90e157e3e3
1 changed files with 1 additions and 0 deletions

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"