diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-04-12 16:14:19 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-04-12 16:14:19 +0800 |
commit | d6c454572199eea8773f520b93a1260ab40baca7 (patch) | |
tree | a4d9e7335d73abc2335d5b22a153cb6b409c3897 /.gitlab-ci.yml | |
parent | 330292518ec9e5839eb85fbf0ae5887ec8b6b081 (diff) | |
download | gitlab-ce-d6c454572199eea8773f520b93a1260ab40baca7.tar.gz |
Remove duplicated line
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0b51ce33f5..0c37b222232 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |