We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b020f5c commit bc438d7Copy full SHA for bc438d7
.circleci/config.yml
@@ -57,12 +57,10 @@ commands:
57
- run:
58
name: Configure Git credentials for private gems
59
command: |
60
- unset BUNDLE_GITHUB__COM
61
git config --global url."https://x-access-token:${HONEYCRISP_PAT}@github.com/".insteadOf "https://github.com/"
62
63
name: install bundler & ruby dependencies
64
65
66
gem install bundler:2.5.18 --no-document
67
bundle config set --local path 'vendor/bundle'
68
bundle install --jobs=4 --retry=3
0 commit comments