Commit 2e543a44 authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Adding shell step

1 merge request!311(Chore) filter workflows
......@@ -119,6 +119,8 @@ jobs:
macos:
xcode: "10.1"
working_directory: ~/mobile-native
# use a --login shell so our "set Ruby version" command gets picked up for later steps
shell: /bin/bash --login -o pipefail
steps:
- run:
command: gem update --system && gem install bundler && bundle install
......
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