Commit d0f0bad2 authored by 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>
parent 132e3f54
...@@ -285,10 +285,13 @@ migration paths: ...@@ -285,10 +285,13 @@ migration paths:
- git checkout HEAD . - git checkout HEAD .
- git fetch --tags - git fetch --tags
- git checkout v8.5.9 - 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' - 'echo test: unix:/var/opt/gitlab/redis/redis.socket > config/resque.yml'
- bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}" --retry=3 - bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}" --retry=3
- rake db:drop db:create db:schema:load db:seed_fu - rake db:drop db:create db:schema:load db:seed_fu
- git checkout $CI_BUILD_REF - git checkout $CI_BUILD_REF
- rm config/resque.yml
- mv config/resque.yml.new config/resque.yml
- rake db:migrate - rake db:migrate
coverage: coverage:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment