mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
Cirrus: Increase clone depth
This would fail the FreeBSD tests whenever we merge or push multiple times in quick succession. Basically: - Commits up to ABCDEF are pushed, which triggers a CI run - Cirrus starts up, but takes a while - it knows to use commit ABCDEF - More commits are pushed up to 123456 - Cirrus does a shallow clone, only has 123456 - Cirrus tries to check out ABCDEF, but doesn't know it - instant failure Instead, let's use 100 commits, which should be enough
This commit is contained in:
parent
3a9dc12a31
commit
616ca83799
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
env:
|
||||
CIRRUS_CLONE_DEPTH: 1
|
||||
CIRRUS_CLONE_DEPTH: 100
|
||||
CI: 1
|
||||
|
||||
linux_task:
|
||||
|
|
Loading…
Reference in a new issue