mirror of
https://github.com/elastic/kibana.git
synced 2025-04-16 22:21:06 -04:00
[npmrc] Fix puppeteer_skip_download configuration (#177673)
This was a breaking change introduced in puppeteer 20 See
df4d60c187
This commit is contained in:
parent
7745d36703
commit
42c0e28036
3 changed files with 1 additions and 3 deletions
|
@ -6,7 +6,6 @@ source .buildkite/scripts/common/util.sh
|
|||
|
||||
export BAZEL_CACHE_MODE=populate-local-gcs
|
||||
export DISABLE_BOOTSTRAP_VALIDATION=true
|
||||
export PUPPETEER_SKIP_DOWNLOAD=true
|
||||
|
||||
# Clear out bazel cache between runs to make sure that any artifacts that don't exist in the cache are uploaded
|
||||
rm -rf ~/.bazel-cache
|
||||
|
|
|
@ -6,7 +6,6 @@ source .buildkite/scripts/common/util.sh
|
|||
|
||||
export BAZEL_CACHE_MODE=populate-local-gcs
|
||||
export DISABLE_BOOTSTRAP_VALIDATION=true
|
||||
export PUPPETEER_SKIP_CHROME_DOWNLOAD=true
|
||||
|
||||
# Because we're manually deleting node_modules and bazel directories in-between runs, we need to --force-install
|
||||
export BOOTSTRAP_ALWAYS_FORCE_INSTALL=true
|
||||
|
|
2
.npmrc
2
.npmrc
|
@ -1 +1 @@
|
|||
puppeteer_skip_chromium_download=true
|
||||
puppeteer_skip_download=true
|
||||
|
|
Loading…
Add table
Reference in a new issue