Skip to content

Commit 6ed9a6c

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 4a0f762 commit 6ed9a6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/bootstrap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ echo "==> Installing gem dependencies…"
99

1010
if [ "$RACK_ENV" = "production" ]; then
1111
export NOKOGIRI_USE_SYSTEM_LIBRARIES=1
12-
bundle install --without development staging test benchmark --path vendor/cache --jobs 4 --local --deployment
12+
export BUNDLE_JOBS=4
13+
bundle install --without development staging test benchmark --path vendor/cache --local --deployment
1314
else
1415
bundle check --path vendor/cache 2>&1 || {
1516
bundle install --path vendor/cache

0 commit comments

Comments
 (0)