Skip to content

Commit e41bf49

Browse files
committed
Update install gems command
1 parent 6f7428c commit e41bf49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ commands:
3232
- << parameters.scheme >>-v1-gems-{{ checksum "Gemfile.lock" }}
3333
- run:
3434
name: Install gems
35-
command: |
36-
bundle check || bundle install --without=development
35+
command: bundle check || bundle install --without=development
3736
- save_cache:
3837
key: << parameters.scheme >>-v1-gems-{{ checksum "Gemfile.lock" }}
3938
paths:

0 commit comments

Comments
 (0)