commit
f1536c6c82
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ version: 2
|
||||||
defaults: &defaults
|
defaults: &defaults
|
||||||
working_directory: ~/tps
|
working_directory: ~/tps
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/ruby:2.6.1-node-browsers
|
- image: circleci/ruby:2.6.5-node-browsers
|
||||||
- image: circleci/postgres:9.5
|
- image: circleci/postgres:9.5
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: tps_test
|
POSTGRES_USER: tps_test
|
||||||
|
@ -13,12 +13,12 @@ defaults: &defaults
|
||||||
bundle_restore_cache: &bundle_restore_cache
|
bundle_restore_cache: &bundle_restore_cache
|
||||||
restore_cache:
|
restore_cache:
|
||||||
name: Restore Bundler Package Cache
|
name: Restore Bundler Package Cache
|
||||||
key: bundle-install-v8-{{ arch }}-{{ checksum "Gemfile.lock" }}
|
key: bundle-install-v9-{{ arch }}-{{ checksum "Gemfile.lock" }}
|
||||||
|
|
||||||
bundle_save_cache: &bundle_save_cache
|
bundle_save_cache: &bundle_save_cache
|
||||||
save_cache:
|
save_cache:
|
||||||
name: Save Bundler Package Cache
|
name: Save Bundler Package Cache
|
||||||
key: bundle-install-v8-{{ arch }}-{{ checksum "Gemfile.lock" }}
|
key: bundle-install-v9-{{ arch }}-{{ checksum "Gemfile.lock" }}
|
||||||
paths:
|
paths:
|
||||||
- ~/vendor/bundle
|
- ~/vendor/bundle
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2.6.1
|
2.6.5
|
||||||
|
|
Loading…
Reference in a new issue