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

chore: fix randomly crashing build-playwright-driver.sh #4909

Commits on Jan 6, 2021

  1. chore: attempt to fix the "tar: write error"

    Some googling showed that CI systems might not be capable of
    handling too much STDOUT that `tar -v` produces.
    ([source](https://stackoverflow.com/questions/37540792/jenkins-script-tar-write-error)).
    
    This patch:
    - removes verbose flag from tar to reduce output
    - sets `+x` to get some logging for the script
    aslushnikov committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    cafa71c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1700264 View commit details
    Browse the repository at this point in the history