[packer cache] Remove .chromedriver from tar call

This commit is contained in:
Spencer 2019-02-19 10:32:21 -08:00 committed by GitHub
parent 41edbe4540
commit 63acdc3ba0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,10 +13,6 @@ cd "x-pack";
yarn gulp prepare;
cd -;
# # cache the chromedriver bin
# mkdir -p ".chromedriver/master"
# cp node_modules/chromedriver/bin/chromedriver .chromedriver/master/
# archive cacheable directories
mkdir -p "$HOME/.kibana/bootstrap_cache"
tar -cf "$HOME/.kibana/bootstrap_cache/master.tar" \
@ -26,5 +22,4 @@ tar -cf "$HOME/.kibana/bootstrap_cache/master.tar" \
x-pack/plugins/*/node_modules \
x-pack/plugins/reporting/.chromium \
test/plugin_functional/plugins/*/node_modules \
.es \
.chromedriver;
.es;