mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ci/packer] remove optimize cache, it doesn't really help
This commit is contained in:
parent
a5076b5172
commit
6436aff952
1 changed files with 0 additions and 5 deletions
|
@ -6,9 +6,6 @@ source "src/dev/ci_setup/setup.sh";
|
|||
# cache es snapshots
|
||||
node scripts/es snapshot --download-only;
|
||||
|
||||
# run the optimizer to warn the babel and cache-loader caches
|
||||
node scripts/kibana --logging.json=false --optimize;
|
||||
|
||||
# archive cacheable directories
|
||||
mkdir -p "$HOME/.kibana/bootstrap_cache"
|
||||
tar -cf "$HOME/.kibana/bootstrap_cache/master.tar" \
|
||||
|
@ -16,6 +13,4 @@ tar -cf "$HOME/.kibana/bootstrap_cache/master.tar" \
|
|||
packages/*/node_modules \
|
||||
x-pack/node_modules \
|
||||
x-pack/plugins/*/node_modules \
|
||||
optimize \
|
||||
data \
|
||||
.es;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue