We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149435b commit 2687bc4Copy full SHA for 2687bc4
circle.yml
@@ -5,8 +5,11 @@ machine:
5
version: 2.1.2
6
checkout:
7
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)
11
- "[[ ! -s \"$(git rev-parse --git-dir)/shallow\" ]] || git fetch --unshallow"
-dependencies:
12
+dependencies:
13
14
- bower install
15
test:
0 commit comments