[ci/packer] remove optimize cache, it doesn't really help

This commit is contained in:
spalger 2018-11-19 13:26:23 -08:00
parent a5076b5172
commit 6436aff952

View file

@ -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;