Commit 50326420 authored by Danielle Tomlinson's avatar Danielle Tomlinson

try setting bundle path

parent eb7370c1
......@@ -62,6 +62,7 @@ jobs:
macos:
xcode: "9.2.0"
environment:
BUNDLE_PATH: '$(pwd)/.bundle'
COCOAPODS_CI_TASKS: EXAMPLES
<<: *steps
......@@ -69,6 +70,7 @@ jobs:
docker:
- image: circleci/ruby:2.4
environment:
BUNDLE_PATH: '$(pwd)/.bundle'
COCOAPODS_CI_TASKS: SPECS
<<: *steps
......@@ -76,6 +78,7 @@ jobs:
macos:
xcode: "9.2.0"
environment:
BUNDLE_PATH: '$(pwd)/.bundle'
COCOAPODS_CI_TASKS: SPECS
<<: *steps
......@@ -83,6 +86,7 @@ jobs:
macos:
xcode: "9.2.0"
environment:
BUNDLE_PATH: '$(pwd)/.bundle'
COCOAPODS_CI_TASKS: LINT
<<: *steps
......
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