Skip to content
Snippets Groups Projects
Commit ba63957e authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Fix migration paths tests

parent 2449d787
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -324,7 +324,7 @@ migration paths:
- git checkout v8.5.9
- cp config/resque.yml.example config/resque.yml
- sed -i 's/localhost/redis/g' 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
- git checkout $CI_BUILD_REF
- source scripts/prepare_build.sh
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment