neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit fcd3e5372027786ffc9ee1ddc986b977650df168
parent 7a70e9587c866c506182a32839f4c3b27b9a3b40
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date:   Fri, 23 Sep 2022 12:57:18 +0200

ci(cirrus): set clone depth to 2 instead of 1 (#20295)

Setting CIRRUS_CLONE_DEPTH to 1 occasionally results in "Failed to checkout"
error for unknown reasons. Set it to 2 as a workaround.
Diffstat:
M.cirrus.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml @@ -1,5 +1,5 @@ env: - CIRRUS_CLONE_DEPTH: '1' + CIRRUS_CLONE_DEPTH: '2' LANG: en_US.UTF-8 CMAKE_EXTRA_FLAGS: -DCI_BUILD=ON -DMIN_LOG_LEVEL=3