We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03408e5 commit 4b2a1b2Copy full SHA for 4b2a1b2
1 file changed
lib/bundling.sh
@@ -10,6 +10,9 @@ export BUNDLE_PATH=vendor/bundle
10
export BUNDLE_RETRY=3
11
12
if test -f Gemfile; then
13
+ bundle config set --local deployment "$BUNDLE_DEPLOYMENT"
14
+ bundle config set --local path "$BUNDLE_PATH"
15
+ bundle config set --local without "$BUNDLE_WITHOUT"
16
exec bundle install
17
else
18
exec rm -rf vendor/bundle
0 commit comments