Skip to content

Commit ce27846

Browse files
committed
Run git init before trying to install hooks
1 parent 05f82ab commit ce27846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ machine:
1414
# Customize the repository after checkout:
1515
checkout:
1616
post:
17-
- 'make init'
17+
- 'git init && make init'
1818

1919

2020
# Custom environment dependencies:

0 commit comments

Comments
 (0)