Commit d4207eea authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Restoring all the caches

1 merge request!311(Chore) filter workflows
......@@ -121,11 +121,12 @@ jobs:
working_directory: ~/mobile-native
steps:
- checkout
- run:
name: list directory contents
command: ls ios
- restore_cache:
key: bundle-v1-{{ checksum "ios/Gemfile.lock" }}-{{ arch }}
- restore_cache:
key: yarn-v1-{{ checksum "yarn.lock" }}-{{ arch }}
- restore_cache:
key: node-v1-{{ checksum "package.json" }}-{{ arch }}
- run:
name: Build release .ipa
command: fastlane buildrelease --verbose
......
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