We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7428c commit e41bf49Copy full SHA for e41bf49
.circleci/config.yml
@@ -32,8 +32,7 @@ commands:
32
- << parameters.scheme >>-v1-gems-{{ checksum "Gemfile.lock" }}
33
- run:
34
name: Install gems
35
- command: |
36
- bundle check || bundle install --without=development
+ command: bundle check || bundle install --without=development
37
- save_cache:
38
key: << parameters.scheme >>-v1-gems-{{ checksum "Gemfile.lock" }}
39
paths:
0 commit comments