Fix migration paths tests
This commit is contained in:
parent
2449d787ad
commit
ba63957ee8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue