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

Keep the new resque.yml aside and use it once we've checked out master


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
上级 132e3f54
No related branches found
No related tags found
无相关合并请求
......@@ -285,10 +285,13 @@ migration paths:
- git checkout HEAD .
- git fetch --tags
- git checkout v8.5.9
- mv config/resque.yml config/resque.yml.new
- 'echo test: unix:/var/opt/gitlab/redis/redis.socket > config/resque.yml'
- bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}" --retry=3
- rake db:drop db:create db:schema:load db:seed_fu
- git checkout $CI_BUILD_REF
- rm config/resque.yml
- mv config/resque.yml.new config/resque.yml
- rake db:migrate
coverage:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册