Skip to content

Commit 06e5503

Browse files
authored
Merge pull request #21 from FundingCircle/install-git-on-circleci
Install git when running the ci
2 parents fc86ba1 + af380eb commit 06e5503

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

circle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
build:
1212
<<: *defaults
1313
steps:
14+
- run: apk --no-cache add git
1415
- checkout
1516
- restore_cache:
1617
key: hellgrid-{{ checksum "hellgrid.gemspec" }}
@@ -31,6 +32,7 @@ jobs:
3132
deploy:
3233
<<: *defaults
3334
steps:
35+
- run: apk --no-cache add git
3436
- checkout
3537
- restore_cache:
3638
key: hellgrid-{{ checksum "hellgrid.gemspec" }}

0 commit comments

Comments
 (0)