This commit is contained in:
Alec Leamas 2010-10-17 10:56:25 +02:00
parent f9e5a469e0
commit 3a3ad1f053

View file

@ -193,7 +193,7 @@ set -x
if [ "$BUNDLE_FIX" = 'yes' ]; then
rm -f Gemfile.lock
rm -rf .bundle
bundle update
bundle update --path="../$bundle_name/bundle"
fi
bundle install --deployment \
--path="../$bundle_name/bundle" \