mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ci] remove 7.x bootstrap cache build, running out of disk on workers
This commit is contained in:
parent
4b5d7b1d83
commit
fdffb06881
1 changed files with 0 additions and 8 deletions
|
@ -41,11 +41,3 @@ tar -cf "$HOME/.kibana/bootstrap_cache/$branch.tar" \
|
|||
.chromedriver;
|
||||
|
||||
echo "created $HOME/.kibana/bootstrap_cache/$branch.tar"
|
||||
|
||||
if [ "$branch" == "master" ]; then
|
||||
echo "Creatting bootstrap cache for 7.x";
|
||||
|
||||
git clone https://github.com/elastic/kibana.git --branch 7.x --depth 1 /tmp/kibana-7.x
|
||||
(cd /tmp/kibana-7.x; ./.ci/packer_cache.sh);
|
||||
rm -rf /tmp/kibana-7.x;
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue