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

[CHEF-10965] Fixing bundler config syntax change in bundler > v2.1 #8733

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion .studio/chef-server-collection
Original file line number Diff line number Diff line change
Expand Up @@ -603,4 +603,4 @@ test_if_oauthapps_are_patched_correctly() {
else
echo "OAuth App values are patched correctly"
fi
}
}
3 changes: 2 additions & 1 deletion components/automate-cs-ocid/habitat/hooks/run
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ cp "{{pkg.svc_config_path}}/tasks/oauth_application.rake" $(hab pkg path "chef/o

cd {{pkgPathFor "chef/oc_id"}}/oc_id

bundle config path "vendor/bundle"
# upgrading the bundle config syntax as per the latest bundler version
bundle config set --local path "vendor/bundle"

export RAILS_ENV="{{cfg.rails_env}}"
export RACK_ENV="{{cfg.rack_env}}"
Expand Down
Loading