Skip to content
This repository has been archived by the owner on Feb 11, 2019. It is now read-only.

Commit

Permalink
UPDATE circle bundle location
Browse files Browse the repository at this point in the history
  • Loading branch information
phoolish committed Mar 29, 2018
1 parent 5509ecb commit d9e60c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@ version: 2

defaults:
env_setup: &env_setup
working_directory: ~/chef-bashrc_manager
docker:
- image: circleci/ruby:2.5.0

bundle_cache_name: &bundle_cache_name
bundler-cache-v1-{{ checksum "Gemfile.lock" }}
bundler-cache-v2-{{ checksum "Gemfile.lock" }}

install_bundle: &install_bundle
run:
name: Bundle install
command: bundle install --path vendor/bundle
command: bundle install --path ~/bundle

restore_bundle: &restore_bundle
restore_cache:
Expand All @@ -28,7 +27,7 @@ jobs:
- save_cache:
key: *bundle_cache_name
paths:
- ./vendor/bundle
- ~/bundle

test:
<<: *env_setup
Expand Down

0 comments on commit d9e60c4

Please sign in to comment.