aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorFedor Korotkov <fedor.korotkov@gmail.com>2021-01-29 14:22:54 +0000
committerEd Maste <emaste@FreeBSD.org>2021-01-29 14:29:30 +0000
commitfcb4797c90f3f62a18b67542ae5b576a1271e6d4 (patch)
tree2e41f5af03709008ce842513223cd8e1f851c2d9 /.cirrus.yml
parentb6d85a5f51e4147452b35d76478fb9e191b7734b (diff)
downloadsrc-fcb4797c90f3f62a18b67542ae5b576a1271e6d4.tar.gz
src-fcb4797c90f3f62a18b67542ae5b576a1271e6d4.zip
Cirrus-CI: Use the default Git history depth
Which is `50`. I saw a few errors like `Failed to force reset to SHA: object not found!` which seems is happening because the SHA is not available because there were two commits pushed almost simultaneously and the second from the top fails with this error because the SHA is not in the history. Pull Request: https://github.com/freebsd/freebsd-src/pull/454
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 71bd02a2ca8c..a35b40c113b4 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -7,9 +7,6 @@ freebsd_instance:
cpu: 8
memory: 24G
-env:
- CIRRUS_CLONE_DEPTH: 1
-
task:
only_if: $CIRRUS_BRANCH != 'svn_head'
timeout_in: 120m