Skip to content

Commit 10d17a6

Browse files
committed
Updated CircleCI checkout
1 parent 11d3b5a commit 10d17a6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Check https://circleci.com/docs/2.0/language-java/ for more details
44
#
5-
version: 2
5+
version: 2.1
66
jobs:
77
clean:
88
docker:
@@ -55,6 +55,7 @@ jobs:
5555

5656
steps:
5757
- checkout
58+
method: blobless
5859

5960
# run tests!
6061
- run:

0 commit comments

Comments
 (0)