diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-10-12 22:54:05 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-10-12 22:54:05 +0000 |
| commit | d18c39bcd8f41b2a4e018cedece190009561122d (patch) | |
| tree | 80b8e45d49e3b3c5451675daae9363338b7d679f /.appveyor.yml | |
| parent | Fix install location of .mo files (diff) | |
| download | inkscape-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
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 2 |
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 |
