-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retry spec download if fails #206
Comments
Just happened to me again. Two steps failed to download in the same build. Have you considered fetching all steps before executing any of them? It it more frustrating to have a build fail after 10 minutes because of a service issue than if failed right away. Ideally it would never fail ;) |
I agree, but that should be implemented in the CLI - can you please create a GH issue there? https://github.com/bitrise-io/bitrise/issues |
Another thing we're thinking about was a mechanism to "vendor" the steps into your code repository. |
Related PR: #210 |
PR merged, will be part of the next Thanks for reporting the issue, and feel free to create a new one for pre-fetching all steps before the build 🚀 |
stepman
should retry (with a short delay) the spec download (before falling back to a mirror/alternative source) if the first attempt fails, to improve reliability.The text was updated successfully, but these errors were encountered: