Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-04-11 13:46:06 +0300
committerRémy Coutable <remy@rymai.me>2017-04-11 13:46:06 +0300
commit7df8118a8279d3ed28cad21bbb27e7336dbbc8f2 (patch)
tree82abb120abc4f6685a32e7a9c7e1479c9cc82e31 /.gitlab-ci.yml
parentb17bb9eff54edc563eeed3745a2fe6492c0ec3af (diff)
parentf86edca66c2baa9fd8b0cdb0d89e961a30c78716 (diff)
Merge branch 'redundant-steps-for-ci' into 'master'
Remove redundant steps from .gitlab-ci-yml configs See merge request !10425
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2d3e3dcd976..df3458b47dd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -349,8 +349,6 @@ migration paths:
script:
- git fetch origin v8.14.10
- 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