Commit af542620 authored by Danielle Tomlinson's avatar Danielle Tomlinson

More envs

parent be5dd0c6
...@@ -37,9 +37,9 @@ jobs: ...@@ -37,9 +37,9 @@ jobs:
docker: docker:
- image: circleci/ruby:2.4 - image: circleci/ruby:2.4
environment: environment:
BUNDLE_PATH: '' BUNDLE_PATH: '/home/circleci/project/.bundle'
BUNDLE_BIN: '' BUNDLE_BIN: '/home/circleci/project/.bundle/bin'
BUNDLE_APP_CONFIG: '' BUNDLE_APP_CONFIG: '/home/circleci/project/.bundle/config'
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
...@@ -75,9 +75,9 @@ jobs: ...@@ -75,9 +75,9 @@ jobs:
docker: docker:
- image: circleci/ruby:2.4 - image: circleci/ruby:2.4
environment: environment:
BUNDLE_PATH: '' BUNDLE_PATH: '/home/circleci/project/.bundle'
BUNDLE_BIN: '' BUNDLE_BIN: '/home/circleci/project/.bundle/bin'
BUNDLE_APP_CONFIG: '' BUNDLE_APP_CONFIG: '/home/circleci/project/.bundle/config'
COCOAPODS_CI_TASKS: SPECS COCOAPODS_CI_TASKS: SPECS
<<: *steps <<: *steps
...@@ -92,9 +92,9 @@ jobs: ...@@ -92,9 +92,9 @@ jobs:
docker: docker:
- image: circleci/ruby:2.4 - image: circleci/ruby:2.4
environment: environment:
BUNDLE_PATH: '' BUNDLE_PATH: '/home/circleci/project/.bundle'
BUNDLE_BIN: '' BUNDLE_BIN: '/home/circleci/project/.bundle/bin'
BUNDLE_APP_CONFIG: '' BUNDLE_APP_CONFIG: '/home/circleci/project/.bundle/config'
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