bugfix
This commit is contained in:
parent
f9e5a469e0
commit
3a3ad1f053
1 changed files with 1 additions and 1 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue