From d18c39bcd8f41b2a4e018cedece190009561122d Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sat, 13 Oct 2018 00:54:05 +0200 Subject: CI/AppVeyor: increase clone depth Decreases probability an MR can't be merged anymore because a common ancestor is missing --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index f2f2f408e..57eb66f6d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,6 +1,6 @@ version: '{branch}-{build}' -clone_depth: 10 +clone_depth: 100 # do not build feature branches with open pull requests skip_branch_with_pr: true -- cgit v1.2.3