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

Merge branch 'prefer-jh-gemfile-if-exists' into 'master'

Use jh/Gemfile if it exists

See merge request gitlab-org/gitlab!69361
parents 5415f835 04b8ad1a
......@@ -37,8 +37,9 @@ function bundle_install_script() {
fi;
bundle --version
bundle config set path 'vendor'
bundle config set path "$(pwd)/vendor"
bundle config set clean 'true'
test -d jh && bundle config set 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