Skip to content
代码片段 群组 项目
未验证 提交 0febfebc 编辑于 作者: Stan Hu's avatar Stan Hu
浏览文件

Drop unnecessary bundler install in CI

This slightly speeds up the CI tasks since we no longer have to
download another version of bundler.

Starting with Bundler v2.3, Bundler automatically installs the
version needed in `Gemfile.lock` if it's not installed already:
https://bundler.io/blog/2022/01/23/bundler-v2-3.html.

We've already crossed the Bundler v2.3 mark: Ruby 3.1.4 ships with
Bundler v2.3.27, and Ruby 3.2.4 ships with Bundler v2.4.19.

Relates to
https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/819
上级 c4168868
No related branches found
No related tags found
无相关合并请求
...@@ -97,7 +97,6 @@ function bundle_install_script() { ...@@ -97,7 +97,6 @@ function bundle_install_script() {
gem --version gem --version
bundle --version bundle --version
gem install bundler --no-document --conservative --version 2.4.11
test -d jh && bundle config set --local gemfile 'jh/Gemfile' test -d jh && bundle config set --local gemfile 'jh/Gemfile'
bundle config set path "$(pwd)/vendor" bundle config set path "$(pwd)/vendor"
bundle config set clean 'true' bundle config set clean 'true'
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册