Commit af542620 authored by Danielle Tomlinson's avatar Danielle Tomlinson

More envs

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