Skip to content

Commit

Permalink
Circle ci. Remove cache for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
snyuryev committed Dec 2, 2021
1 parent 1234df0 commit 78009c2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ jobs:
name: decode Provisioning Profiles
command: base64 -D -o ~/Library/MobileDevice/Provisioning\ Profiles/App_Store.mobileprovision \<<< $App_Store_Profile
- run: bundle exec fastlane clean
- restore_cache:
keys:
- node-modules-cache
- run:
name: Install cocoapods
command: sudo gem install cocoapods
Expand All @@ -96,10 +93,6 @@ jobs:
- run:
name: React native build for iOS Release
command: cd examples/testapp/ios && xcodebuild -workspace "testtools.xcworkspace" -scheme "testtools" -configuration Release
- save_cache:
key: node-modules-cache
paths:
- ./node_modules

workflows:
version: 2.1
Expand Down

0 comments on commit 78009c2

Please sign in to comment.