From 9aa957b445d2cb53e5218cf7d4afdf7b521bdb2a Mon Sep 17 00:00:00 2001 From: Simon Giesecke Date: Tue, 13 Feb 2018 10:42:02 +0100 Subject: [PATCH] Problem: appveyor builds fails if they are not the most recent commit Solution: use shallow_clone option instead of clone_depth --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f995ca81..f9eba5e1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: build-{build} -clone_depth: 1 +shallow_clone: true skip_tags: true