Skip to content

Commit 368c7f1

Browse files
piotr pietruszewskipi0trpietruszewski
authored andcommitted
ci: disabled pod cache
1 parent b0f09ae commit 368c7f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ jobs:
148148

149149
- <<: *setup_env_file
150150

151-
- restore_cache:
152-
keys:
153-
- pod-dependencies-{{ checksum "~/project/example/ios/Podfile" }}
151+
# - restore_cache:
152+
# keys:
153+
# - pod-dependencies-{{ checksum "~/project/example/ios/Podfile" }}
154154
- run:
155155
working_directory: example/ios
156156
name: Install Pods

0 commit comments

Comments
 (0)