Remove duplicated line

This commit is contained in:
Lin Jen-Shin 2017-04-12 16:14:19 +08:00
parent 330292518e
commit d6c4545721
1 changed files with 0 additions and 1 deletions

View File

@ -428,7 +428,6 @@ bundler:audit:
- git fetch origin v8.14.10
- git checkout -f FETCH_HEAD
- bundle install --without production --jobs $(nproc) $FLAGS --retry=3
- bundle install --without production --jobs $(nproc) $FLAGS --retry=3
- bundle exec rake db:drop db:create db:schema:load db:seed_fu
- git checkout $CI_COMMIT_SHA
- bundle install --without production --jobs $(nproc) $FLAGS --retry=3