Skip to content

Commit

Permalink
cirrus: Increase the git clone depth.
Browse files Browse the repository at this point in the history
If more commits are submitted to master between the time of triggering
the first Cirrus build and the time the final build gets started, the
desired commit is no longer at HEAD and the build will error out.
[skip ci]
  • Loading branch information
dfandrich committed Oct 9, 2019
1 parent b1ae7f9 commit 60fcd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Expand Up @@ -13,7 +13,7 @@ task:
image_family: freebsd-10-4

env:
CIRRUS_CLONE_DEPTH: 1
CIRRUS_CLONE_DEPTH: 10
MAKE_FLAGS: -j 2

pkginstall_script:
Expand Down

0 comments on commit 60fcd39

Please sign in to comment.