Skip to content

Commit bc438d7

Browse files
take out unset statements
Co-authored-by: Em Barnard-Shao <[email protected]>
1 parent b020f5c commit bc438d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,10 @@ commands:
5757
- run:
5858
name: Configure Git credentials for private gems
5959
command: |
60-
unset BUNDLE_GITHUB__COM
6160
git config --global url."https://x-access-token:${HONEYCRISP_PAT}@github.com/".insteadOf "https://github.com/"
6261
- run:
6362
name: install bundler & ruby dependencies
6463
command: |
65-
unset BUNDLE_GITHUB__COM
6664
gem install bundler:2.5.18 --no-document
6765
bundle config set --local path 'vendor/bundle'
6866
bundle install --jobs=4 --retry=3

0 commit comments

Comments
 (0)