Skip to content
代码片段 群组 项目
提交 04b8ad1a 编辑于 作者: Lin Jen-Shin's avatar Lin Jen-Shin
浏览文件

Use jh/Gemfile if it exists

上级 9a6e774c
No related branches found
No related tags found
2 合并请求!106Draft: This MR is specified for doc sync check,!105Draft:This MR is specified for docsynccheck, will not be merged
...@@ -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
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册