Commit 0ba390b7 authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Helps if I persist after I create the file.

No related merge requests found
......@@ -122,11 +122,6 @@ jobs:
- /stable-*/
- /release-*/
- test/circle-ci
- persist_to_workspace:
root: ~/mobile-native/ios
paths:
- version
- run:
name: Upload to crashalytics
......@@ -141,6 +136,10 @@ jobs:
command: fastlane preparesentry
working_directory: ios
- persist_to_workspace:
root: ~/mobile-native/ios
paths:
- version
# - run:
# name: Upload to Testflight release
# command: fastlane testflight
......
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