Set bundle config in local file, and set path (#14351)

master
David Cook 4 년 전 committed by GitHub
부모 98f6380dee
커밋 f2d977914e
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
  1. 11
      .circleci/config.yml

@ -72,11 +72,12 @@ aliases:
- run:
name: Set bundler settings
command: |
bundle config clean 'true'
bundle config deployment 'true'
bundle config with 'pam_authentication'
bundle config without 'development production'
bundle config frozen 'true'
bundle config --local clean 'true'
bundle config --local deployment 'true'
bundle config --local with 'pam_authentication'
bundle config --local without 'development production'
bundle config --local frozen 'true'
bundle config --local path $BUNDLE_PATH
- run:
name: Install bundler dependencies
command: bundle check || (bundle install && bundle clean)

불러오는 중...
취소
저장