weaveworks / launcher

Weave Cloud Launcher
Apache License 2.0
10 stars 13 forks source link

Ensure curl commands have retries configured in CI #194

Closed dlespiau closed 6 years ago

dlespiau commented 6 years ago

We sometimes see curl failing (time outs, 500 errors, ...) when downloading the various pieces of software needed. We should use curl's --retry to alleviate the issue.