[ci] remove 7.x bootstrap cache build, running out of disk on workers

This commit is contained in:
spalger 2019-03-08 16:07:37 -08:00
parent 4b5d7b1d83
commit fdffb06881

View file

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