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

CI/Publish: Mitigate Gradle's annoying CME bug and GH's HTTP/502 #7625

Merged
merged 1 commit into from
Oct 13, 2023

Commits on Oct 13, 2023

  1. CI/Publish: Mitigate Gradle's annoying CME bug and GH's HTTP/502

    Various [snapshot-publish workflow runs](https://github.com/projectnessie/nessie/actions/workflows/snapshot-publish.yml) failed because of the still unfixed [Gradle CME bug](gradle/gradle#25751) and transient network issues (HTTP/502 Bad Gateway).
    
    This change updates the release + snapshot publish workflow by adding 2 retries and separating build from publication.
    snazy committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    cbc38c4 View commit details
    Browse the repository at this point in the history