Skip to content
代码片段 群组 项目
未验证 提交 23dd5ec1 编辑于 作者: Balasankar "Balu" C's avatar Balasankar "Balu" C
浏览文件

Update OMNIBUS_GITLAB_CACHE_EDITION to Ruby 3.2

Ruby 3.2 has been made the default in
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168129

, but we
missed to update the omnibus-gitlab cache key.

Signed-off-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
上级 a725ef61
No related branches found
No related tags found
无相关合并请求
...@@ -31,7 +31,7 @@ default: ...@@ -31,7 +31,7 @@ default:
.default-ruby-variables: &default-ruby-variables .default-ruby-variables: &default-ruby-variables
RUBY_VERSION: "${RUBY_VERSION_DEFAULT}" RUBY_VERSION: "${RUBY_VERSION_DEFAULT}"
OMNIBUS_GITLAB_CACHE_EDITION: "GITLAB_RUBY3_1" OMNIBUS_GITLAB_CACHE_EDITION: "GITLAB_RUBY3_2"
.next-ruby-variables: &next-ruby-variables .next-ruby-variables: &next-ruby-variables
RUBY_VERSION: "${RUBY_VERSION_NEXT}" RUBY_VERSION: "${RUBY_VERSION_NEXT}"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册