Skip to content
Snippets Groups Projects
Commit 3a3ad1f0 authored by Alec Leamas's avatar Alec Leamas
Browse files

bugfix

parent f9e5a469
No related branches found
No related tags found
No related merge requests found
......@@ -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" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment