diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2019-10-09 10:55:06 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2019-10-09 10:55:06 +0200 |
commit | 60fcd39383d3c7fb48b92379610d6d65d4544c30 (patch) | |
tree | 530aeba399f5a52101cb380c1f82194eaf24a8eb /.cirrus.yml | |
parent | b1ae7f9b7fec95a21ba85e8a1e344a921f0abb0a (diff) | |
download | curl-60fcd39383d3c7fb48b92379610d6d65d4544c30.tar.gz |
cirrus: Increase the git clone depth.
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]
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 3fea4ec3e..2eeb4b1ff 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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: |