Skip to content
代码片段 群组 项目
未验证 提交 72647eda 编辑于 作者: Rémy Coutable's avatar Rémy Coutable
浏览文件

Don't require Gitlab::Redis in mail_room.yml if it's already defined


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
上级 cfc99bbd
No related branches found
No related tags found
无相关合并请求
......@@ -2,7 +2,7 @@
<%
require "yaml"
require "json"
require_relative "lib/gitlab/redis"
require_relative "lib/gitlab/redis" unless defined?(Gitlab::Redis)
rails_env = ENV["RAILS_ENV"] || ENV["RACK_ENV"] || "development"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册