Skip to content
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 when downloading the Docker cache. #50606

Merged
merged 1 commit into from
May 11, 2018

Commits on May 10, 2018

  1. Retry when downloading the Docker cache.

    Prevent spuriously needing to rebuild the docker image when the network
    was down.
    
    Also, adjusted the retry function to insert a sleep between retries,
    because retrying immediately will often just hit the same issue.
    kennytm committed May 10, 2018
    Configuration menu
    Copy the full SHA
    7def3f0 View commit details
    Browse the repository at this point in the history