summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-10-12 22:54:05 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-10-12 22:54:05 +0000
commitd18c39bcd8f41b2a4e018cedece190009561122d (patch)
tree80b8e45d49e3b3c5451675daae9363338b7d679f
parentFix install location of .mo files (diff)
downloadinkscape-d18c39bcd8f41b2a4e018cedece190009561122d.tar.gz
inkscape-d18c39bcd8f41b2a4e018cedece190009561122d.zip
CI/AppVeyor: increase clone depth
Decreases probability an MR can't be merged anymore because a common ancestor is missing
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
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