Commit bb51062e authored by bogdanvlviv's avatar bogdanvlviv

Remove redundant steps from .gitlab-ci-yml configs

scripts/prepare_build.sh already does it
parent c2b35320
......@@ -354,8 +354,6 @@ migration paths:
script:
- git fetch origin v8.5.9
- git checkout -f FETCH_HEAD
- 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 exec rake db:drop db:create db:schema:load db:seed_fu
- git checkout $CI_COMMIT_SHA
......
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