diff options
author | bogdanvlviv <bogdanvlviv@gmail.com> | 2017-04-03 23:53:01 +0300 |
---|---|---|
committer | bogdanvlviv <bogdanvlviv@gmail.com> | 2017-04-03 23:53:01 +0300 |
commit | bb51062ed76c0a831edaf885c34f62b861678784 (patch) | |
tree | a8fd2e87547aae04371c26db1fd0ff9f29e2cc10 /.gitlab-ci.yml | |
parent | c2b35320e05c5e0cb3bdc11fa1418ed5f3e5c76f (diff) | |
download | gitlab-ce-bb51062ed76c0a831edaf885c34f62b861678784.tar.gz |
Remove redundant steps from .gitlab-ci-yml configs
scripts/prepare_build.sh already does it
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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 |