Skip to content

Commit b020f5c

Browse files
unset the env variable
Co-authored-by: Em Barnard-Shao <[email protected]>
1 parent 6e3d949 commit b020f5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ commands:
6262
- run:
6363
name: install bundler & ruby dependencies
6464
command: |
65+
unset BUNDLE_GITHUB__COM
6566
gem install bundler:2.5.18 --no-document
6667
bundle config set --local path 'vendor/bundle'
6768
bundle install --jobs=4 --retry=3

0 commit comments

Comments
 (0)