Skip to content

Commit 78009c2

Browse files
committed
Circle ci. Remove cache for ios
1 parent 1234df0 commit 78009c2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.circleci/config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ jobs:
7575
name: decode Provisioning Profiles
7676
command: base64 -D -o ~/Library/MobileDevice/Provisioning\ Profiles/App_Store.mobileprovision \<<< $App_Store_Profile
7777
- run: bundle exec fastlane clean
78-
- restore_cache:
79-
keys:
80-
- node-modules-cache
8178
- run:
8279
name: Install cocoapods
8380
command: sudo gem install cocoapods
@@ -96,10 +93,6 @@ jobs:
9693
- run:
9794
name: React native build for iOS Release
9895
command: cd examples/testapp/ios && xcodebuild -workspace "testtools.xcworkspace" -scheme "testtools" -configuration Release
99-
- save_cache:
100-
key: node-modules-cache
101-
paths:
102-
- ./node_modules
10396

10497
workflows:
10598
version: 2.1

0 commit comments

Comments
 (0)