Merge pull request #120 from jpsim/nn-remove-caching-cocoapods-from-circleci
Remove caching `~/.cocoapods` from CircleCI
This commit is contained in:
commit
18d23ab535
|
@ -21,13 +21,7 @@ aliases:
|
|||
key: 1-gems-{{ checksum "Gemfile.lock" }}
|
||||
paths:
|
||||
- vendor/bundle
|
||||
- restore_cache:
|
||||
key: cocoapods
|
||||
- run: bundle exec pod lib lint
|
||||
- save_cache:
|
||||
key: cocoapods
|
||||
paths:
|
||||
- ~/.cocoapods
|
||||
|
||||
- &steps-for-spm
|
||||
- checkout
|
||||
|
|
Loading…
Reference in New Issue