Commit be5dd0c6 authored by Danielle Tomlinson's avatar Danielle Tomlinson

Use default pwd now we're nolonger root

parent 8aef30fd
...@@ -40,7 +40,6 @@ jobs: ...@@ -40,7 +40,6 @@ jobs:
BUNDLE_PATH: '' BUNDLE_PATH: ''
BUNDLE_BIN: '' BUNDLE_BIN: ''
BUNDLE_APP_CONFIG: '' BUNDLE_APP_CONFIG: ''
working_directory: /cocoapods
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
...@@ -75,7 +74,6 @@ jobs: ...@@ -75,7 +74,6 @@ jobs:
specs-linux_2.4: specs-linux_2.4:
docker: docker:
- image: circleci/ruby:2.4 - image: circleci/ruby:2.4
working_directory: /cocoapods
environment: environment:
BUNDLE_PATH: '' BUNDLE_PATH: ''
BUNDLE_BIN: '' BUNDLE_BIN: ''
...@@ -93,7 +91,6 @@ jobs: ...@@ -93,7 +91,6 @@ jobs:
lint: lint:
docker: docker:
- image: circleci/ruby:2.4 - image: circleci/ruby:2.4
working_directory: /cocoapods
environment: environment:
BUNDLE_PATH: '' BUNDLE_PATH: ''
BUNDLE_BIN: '' BUNDLE_BIN: ''
......
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