Commit 39bba376 authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Correcting patchs since working_dir didn't do what I thought it did

1 merge request!311(Chore) filter workflows
......@@ -118,17 +118,18 @@ jobs:
ios-build-test:
macos:
xcode: "10.1"
working_directory: ~/mobile-native/ios
working_directory: ~/mobile-native
steps:
- checkout
- run:
name: list directory contents
command: ls
command: ls ios
- restore_cache:
key: bundle-v1-{{ checksum "Gemfile.lock" }}-{{ arch }}
key: bundle-v1-{{ checksum "ios/Gemfile.lock" }}-{{ arch }}
- run:
name: Build release .ipa
command: fastlane buildrelease --verbose
working_directory: ios
ios-build-release:
macos:
xcode: "10.1"
......
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