Fix Circle CI

This commit is contained in:
Ari Timonen 2020-03-24 01:22:41 +02:00
parent 00fa36477c
commit ceae3643eb

View file

@ -31,6 +31,9 @@ jobs:
keys:
- rails-demo-bundle-v2-{{ checksum "Gemfile.lock" }}
- rails-demo-bundle-v2-
- run:
name: Bundle Update
command: bundle update --bundler
- run:
name: Bundle Install
command: bundle check || bundle install
@ -66,9 +69,6 @@ jobs:
keys:
- rails-demo-bundle-v2-{{ checksum "Gemfile.lock" }}
- rails-demo-bundle-v2-
- run:
name: Bundle Update
command: bundle update --bundler
- run:
name: Bundle Install
command: bundle check || bundle install