You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suspect this may be the case for any bundle version older then 2.x,
Gems are deploying to vendor/gems, and not release_path/shared/gems, on AlmaLinux/CentOS/RHEL 8 (Ruby 2.5.4, bundler 1.16.1)
Testing with the commands broken out
bundle config --local deployment true
bundle config --local path /home/webapps/test/shared/bundle
bundle config --local without development:test
(.bundle/config - BUNDLE_PATH: is set to "/home/webapps/test/shared/bundle")
bundle install --jobs 4 --deployment
(.bundle/config - BUNDLE_PATH: is set to "vendor/bundle")
The prior behavior of bundle install --path works as expected though.
The text was updated successfully, but these errors were encountered:
Suspect this may be the case for any bundle version older then 2.x,
Gems are deploying to vendor/gems, and not release_path/shared/gems, on AlmaLinux/CentOS/RHEL 8 (Ruby 2.5.4, bundler 1.16.1)
Testing with the commands broken out
bundle config --local deployment true
bundle config --local path /home/webapps/test/shared/bundle
bundle config --local without development:test
(.bundle/config - BUNDLE_PATH: is set to "/home/webapps/test/shared/bundle")
bundle install --jobs 4 --deployment
(.bundle/config - BUNDLE_PATH: is set to "vendor/bundle")
The prior behavior of bundle install --path works as expected though.
The text was updated successfully, but these errors were encountered: