瀏覽代碼

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

tags/v3.2.0rc2
David Cook 9 月之前
committed by GitHub
父節點
當前提交
f2d977914e
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 6 行新增5 行删除
  1. +6
    -5
      .circleci/config.yml

+ 6
- 5
.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)


Loading…
取消
儲存