Commit 593600ce authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Restoring cache for fastlane

1 merge request!311(Chore) filter workflows
......@@ -114,6 +114,12 @@ 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:
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