Skip to content

Commit 2687bc4

Browse files
committed
chore(circle): add doc comments to circle.yml
1 parent 149435b commit 2687bc4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

circle.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ machine:
55
version: 2.1.2
66
checkout:
77
post:
8+
# Make sure that the git repo that circleCI clones is not cloned shallow
9+
# (by default, it only clones the last 25 commits - aka shallow)
10+
# copy/pasted from circleCI support)
811
- "[[ ! -s \"$(git rev-parse --git-dir)/shallow\" ]] || git fetch --unshallow"
9-
dependencies:
12+
dependencies:
1013
post:
1114
- bower install
1215
test:

0 commit comments

Comments
 (0)