Skip to content

Commit

Permalink
fixup! bundle withoutを設定する
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Jan 21, 2024
1 parent 4f940ae commit 1c71f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ commands:
# NOTE: ruby2.5だとbundler2.4系に対応していないのでバージョンを固定する
- run:
command: |
export BUNDLE_WITHOUT="development"
bundle config set --local without 'development'
gem i bundler -v 2.3.26 && bundle install --path vendor/bundle --jobs 100 && bundle clean
- save_cache:
key: gem-cache-v1-<< parameters.ruby-version >>-{{ arch }}-{{ .Branch }}-{{ checksum "Gemfile.lock" }}
Expand Down

0 comments on commit 1c71f91

Please sign in to comment.