소스 검색

Merge pull request #98 from csmith/circle

Stop circle build failing.
pull/99/head
Shane Mc Cormack 9 년 전
부모
커밋
2b127d9a7b
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5
    0
      circle.yml

+ 5
- 0
circle.yml 파일 보기

@@ -6,6 +6,11 @@ machine:
6 6
   environment:
7 7
     TERM: dumb
8 8
 
9
+checkout:
10
+  post:
11
+    - "if [ -e .git/shallow ]; then git fetch --unshallow; fi"
12
+    - git fetch --tags
13
+
9 14
 dependencies:
10 15
   override:
11 16
     - ./gradlew dependencies

Loading…
취소
저장