mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 07:02:05 +08: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,5 +1,5 @@
|
|||
env:
|
||||
CIRRUS_CLONE_DEPTH: 1
|
||||
CIRRUS_CLONE_DEPTH: 100
|
||||
CI: 1
|
||||
|
||||
linux_task:
|
||||
|
|
Loading…
Reference in New Issue
Block a user