Skip to content

Commit e07e468

Browse files
committed
Replace deprecated bundle options with environment variables
1 parent 75bb691 commit e07e468

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ jobs:
1515
- uses: ruby/setup-ruby@v1
1616
with:
1717
bundler-cache: true
18-
- run: bundle install --jobs 4 --retry 3 --path vendor/bundle
18+
- run: bundle install --jobs 4 --retry 3
19+
env:
20+
BUNDLE_PATH: vendor/bundle
1921
- run: bundle exec jekyll build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The offcial site of codefirst.
55
Requirements
66
---------------------------
77

8-
$ bundle install --path .bundle
8+
$ BUNDLE_PATH=vendor/bundle bundle install
99

1010
How to commit:
1111
---------------------------

0 commit comments

Comments
 (0)