playwright/utils/build
Andrey Lushnikov 6b3dcb01aa
chore: fix randomly crashing build-playwright-driver.sh (#4909)
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
- silences zip output
2021-01-06 14:13:01 +03:00
..
.gitignore feat(cli): build driver and upload to cdn (#4841) 2021-01-05 14:04:47 -08:00
build-playwright-driver.sh chore: fix randomly crashing build-playwright-driver.sh (#4909) 2021-01-06 14:13:01 +03:00
run-driver-posix.sh feat(cli): build driver and upload to cdn (#4841) 2021-01-05 14:04:47 -08:00
run-driver-win.cmd feat(cli): build driver and upload to cdn (#4841) 2021-01-05 14:04:47 -08:00
update_canary_version.js feat(cli): build driver and upload to cdn (#4841) 2021-01-05 14:04:47 -08:00
upload-playwright-driver.sh feat(cli): build driver and upload to cdn (#4841) 2021-01-05 14:04:47 -08:00