From 3805703265bd3c13aca9684df2ca7d486b0b6b82 Mon Sep 17 00:00:00 2001 From: Jonah Bull Date: Tue, 29 Jan 2019 14:38:01 -0600 Subject: [PATCH] [ci] remove reference to non-existent phantom file (#29541) Phantom support was removed recently, need to remove this reference as well otherwise the `packer_cache` script fails when building new CI images. Related: #27141, #27142 --- .ci/packer_cache.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/packer_cache.sh b/.ci/packer_cache.sh index 52c32de6f9a24..c45e282c1e7ef 100755 --- a/.ci/packer_cache.sh +++ b/.ci/packer_cache.sh @@ -21,6 +21,5 @@ tar -cf "$HOME/.kibana/bootstrap_cache/master.tar" \ x-pack/node_modules \ x-pack/plugins/*/node_modules \ x-pack/plugins/reporting/.chromium \ - x-pack/plugins/reporting/.phantom \ test/plugin_functional/plugins/*/node_modules \ .es;