We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1234df0 commit 78009c2Copy full SHA for 78009c2
.circleci/config.yml
@@ -75,9 +75,6 @@ jobs:
75
name: decode Provisioning Profiles
76
command: base64 -D -o ~/Library/MobileDevice/Provisioning\ Profiles/App_Store.mobileprovision \<<< $App_Store_Profile
77
- run: bundle exec fastlane clean
78
- - restore_cache:
79
- keys:
80
- - node-modules-cache
81
- run:
82
name: Install cocoapods
83
command: sudo gem install cocoapods
@@ -96,10 +93,6 @@ jobs:
96
93
97
94
name: React native build for iOS Release
98
95
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
103
104
workflows:
105
version: 2.1
0 commit comments