浏览代码

appveyor: fix git commit failing

Kirill Vainer 8 年之前
父节点
当前提交
465c456ad3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -12,7 +12,7 @@ skip_tags: true
 
 max_jobs: 1
 
-shallow_clone: true
+clone_depth: 1
 
 image: Visual Studio 2013