Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bundle install (bundle 1.16.1, AlmaLinux 8), installs to vendor/bundle #128

Open
conathan opened this issue Dec 22, 2021 · 0 comments
Open

Comments

@conathan
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant