Commit 65d6b047 authored by Danielle Tomlinson's avatar Danielle Tomlinson

Print bundle config

parent e44b9aed
...@@ -7,6 +7,7 @@ refrences: ...@@ -7,6 +7,7 @@ refrences:
- restore_cache: - restore_cache:
keys: keys:
- v1-gems-{{ checksum "Gemfile.lock" }}-{{ arch}} - v1-gems-{{ checksum "Gemfile.lock" }}-{{ arch}}
- run: bundle config
- run: - run:
name: Fetch CocoaPods Specs name: Fetch CocoaPods Specs
command: | command: |
...@@ -27,7 +28,6 @@ refrences: ...@@ -27,7 +28,6 @@ refrences:
command: | command: |
git config --global user.email "tests@cocoapods.org" git config --global user.email "tests@cocoapods.org"
git config --global user.name "CocoaPods Tests" git config --global user.name "CocoaPods Tests"
- run: bundle exec pod env
- run: bundle exec rake spec:all - run: bundle exec rake spec:all
jobs: jobs:
...@@ -62,7 +62,6 @@ jobs: ...@@ -62,7 +62,6 @@ jobs:
macos: macos:
xcode: "9.2.0" xcode: "9.2.0"
environment: environment:
BUNDLE_PATH: './.bundle'
COCOAPODS_CI_TASKS: EXAMPLES COCOAPODS_CI_TASKS: EXAMPLES
<<: *steps <<: *steps
...@@ -70,7 +69,6 @@ jobs: ...@@ -70,7 +69,6 @@ jobs:
docker: docker:
- image: circleci/ruby:2.4 - image: circleci/ruby:2.4
environment: environment:
BUNDLE_PATH: './.bundle'
COCOAPODS_CI_TASKS: SPECS COCOAPODS_CI_TASKS: SPECS
<<: *steps <<: *steps
...@@ -78,7 +76,6 @@ jobs: ...@@ -78,7 +76,6 @@ jobs:
macos: macos:
xcode: "9.2.0" xcode: "9.2.0"
environment: environment:
BUNDLE_PATH: './.bundle'
COCOAPODS_CI_TASKS: SPECS COCOAPODS_CI_TASKS: SPECS
<<: *steps <<: *steps
...@@ -86,7 +83,6 @@ jobs: ...@@ -86,7 +83,6 @@ jobs:
macos: macos:
xcode: "9.2.0" xcode: "9.2.0"
environment: environment:
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