From 6ed9a6c68ff97a0e8b6cb4029d3ccff16ecf3328 Mon Sep 17 00:00:00 2001 From: Hubot Date: Mon, 11 Jan 2016 01:15:39 -0800 Subject: [PATCH] Sync changes from upstream repository --- script/bootstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/bootstrap b/script/bootstrap index 971b01b14a..449cd71fe4 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -9,7 +9,8 @@ echo "==> Installing gem dependencies…" if [ "$RACK_ENV" = "production" ]; then export NOKOGIRI_USE_SYSTEM_LIBRARIES=1 - bundle install --without development staging test benchmark --path vendor/cache --jobs 4 --local --deployment + export BUNDLE_JOBS=4 + bundle install --without development staging test benchmark --path vendor/cache --local --deployment else bundle check --path vendor/cache 2>&1 || { bundle install --path vendor/cache