Commit e44b9aed authored by Danielle Tomlinson's avatar Danielle Tomlinson

maybe bundle

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