Skip to content

Commit

Permalink
Merge pull request #21 from FundingCircle/install-git-on-circleci
Browse files Browse the repository at this point in the history
Install git when running the ci
  • Loading branch information
sgerrand authored Feb 6, 2018
2 parents fc86ba1 + af380eb commit 06e5503
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
build:
<<: *defaults
steps:
- run: apk --no-cache add git
- checkout
- restore_cache:
key: hellgrid-{{ checksum "hellgrid.gemspec" }}
Expand All @@ -31,6 +32,7 @@ jobs:
deploy:
<<: *defaults
steps:
- run: apk --no-cache add git
- checkout
- restore_cache:
key: hellgrid-{{ checksum "hellgrid.gemspec" }}
Expand Down

0 comments on commit 06e5503

Please sign in to comment.