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

Fix wpt rev-list failure-handling in epochs_update.sh #24560

Merged
merged 1 commit into from
Jul 16, 2020

Commits on Jul 10, 2020

  1. Fix wpt rev-list failure-handling in epochs_update.sh

    Previously if this subcommand failed it would be converted to the empty
    string, which would then branch and push epochs at HEAD! This PR both
    fixes the code to fail if the wpt subcommand fails, and also to
    double-check that the SHA isn't empty.
    
    Fixes #24504
    stephenmcgruer committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    a14ef91 View commit details
    Browse the repository at this point in the history