소스 검색

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