summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2017-04-03 23:53:01 +0300
committerbogdanvlviv <bogdanvlviv@gmail.com>2017-04-03 23:53:01 +0300
commitbb51062ed76c0a831edaf885c34f62b861678784 (patch)
treea8fd2e87547aae04371c26db1fd0ff9f29e2cc10
parentc2b35320e05c5e0cb3bdc11fa1418ed5f3e5c76f (diff)
downloadgitlab-ce-bb51062ed76c0a831edaf885c34f62b861678784.tar.gz
Remove redundant steps from .gitlab-ci-yml configs
scripts/prepare_build.sh already does it
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 476307e7076..cfcc5895ab1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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