diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-09-23 12:57:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-23 12:57:18 +0200 |
| commit | fcd3e5372027786ffc9ee1ddc986b977650df168 (patch) | |
| tree | 016f9c56885d12b3d0893b368731e28f00ff3f55 | |
| parent | 7a70e9587c866c506182a32839f4c3b27b9a3b40 (diff) | |
| download | rneovim-fcd3e5372027786ffc9ee1ddc986b977650df168.tar.gz rneovim-fcd3e5372027786ffc9ee1ddc986b977650df168.tar.bz2 rneovim-fcd3e5372027786ffc9ee1ddc986b977650df168.zip | |
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.
| -rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index af67170235..d9b67eafe7 100644 --- 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 |