Commit 04b8ad1a authored by Lin Jen-Shin's avatar Lin Jen-Shin

Use jh/Gemfile if it exists

parent 9a6e774c
...@@ -37,8 +37,9 @@ function bundle_install_script() { ...@@ -37,8 +37,9 @@ function bundle_install_script() {
fi; fi;
bundle --version bundle --version
bundle config set path 'vendor' bundle config set path "$(pwd)/vendor"
bundle config set clean 'true' bundle config set clean 'true'
test -d jh && bundle config set gemfile 'jh/Gemfile'
echo "${BUNDLE_WITHOUT}" echo "${BUNDLE_WITHOUT}"
bundle config 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