mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[6.7] remove bootstrap cache, which is only for master (#32784)
(cherry picked from commit 985a988563
)
6.7 backport of https://github.com/elastic/kibana/pull/32782
This commit is contained in:
parent
106423d1dc
commit
5254c40e69
2 changed files with 0 additions and 16 deletions
|
@ -5,7 +5,6 @@ set -e
|
|||
# move to Kibana root
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
source src/dev/ci_setup/extract_bootstrap_cache.sh
|
||||
source src/dev/ci_setup/setup.sh
|
||||
|
||||
case "$JOB" in
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
###
|
||||
### Extract the bootstrap cache that we create in the packer_cache.sh script
|
||||
###
|
||||
bootstrapCache="$HOME/.kibana/bootstrap_cache/master.tar"
|
||||
if [ -f "$bootstrapCache" ]; then
|
||||
echo "extracting bootstrap_cache from $bootstrapCache";
|
||||
tar -xf "$bootstrapCache";
|
||||
else
|
||||
echo "bootstrap_cache missing";
|
||||
exit 1;
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue