diff --git a/.circleci/config.yml b/.circleci/config.yml index 6e08399..d405e68 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,8 +21,8 @@ jobs: - run: name: Install CocoaPods command: | - curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf - pod install --project-directory=Example + ls -la Example/Pods/Manifest.lock && echo Skipping cocoapods repo update || curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf + bundle exec pod install --project-directory=Example - save_cache: key: 2-pods-{{ checksum "Example/Podfile.lock" }} paths: