Skip to content

Commit

Permalink
Merge pull request #120 from jpsim/nn-remove-caching-cocoapods-from-c…
Browse files Browse the repository at this point in the history
…ircleci

Remove caching `~/.cocoapods` from CircleCI
  • Loading branch information
norio-nomura committed Apr 9, 2018
2 parents 6b86ac8 + 0c58de5 commit 18d23ab
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Expand Up @@ -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
Expand Down

0 comments on commit 18d23ab

Please sign in to comment.