Commit 86969fb5 authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Getting it working without caching first

1 merge request!311(Chore) filter workflows
......@@ -90,6 +90,12 @@ jobs:
paths:
- vendor/bundle
- persist_to_workspace:
root: ~/mobile-native
paths:
- node_modules
### TODO- get tests running with fastlane
#- run:
......@@ -114,12 +120,9 @@ jobs:
xcode: "10.1"
working_directory: ~/mobile-native
steps:
- restore_cache:
key: yarn-v1-{{ checksum "yarn.lock" }}-{{ arch }}
- restore_cache:
key: node-v1-{{ checksum "package.json" }}-{{ arch }}
- restore_cache:
key: bundle-v1-{{ checksum "ios/Gemfile.lock" }}-{{ arch }}
- run:
command: gem update --system && gem install bundler && bundle install
working_directory: ios
- run:
name: Build release .ipa
command: fastlane buildrelease
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment