Commit f52ac300 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'jh-test-bundle-info' into 'master'

Add --local when setting jh/Gemfile

See merge request gitlab-org/gitlab!77222
parents e1a023fb d56a4920
......@@ -39,7 +39,7 @@ function bundle_install_script() {
bundle --version
bundle config set path "$(pwd)/vendor"
bundle config set clean 'true'
test -d jh && bundle config set gemfile 'jh/Gemfile'
test -d jh && bundle config set --local gemfile 'jh/Gemfile'
echo "${BUNDLE_WITHOUT}"
bundle config
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment