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:
authorLin Jen-Shin <godfat@godfat.org>2017-04-12 11:14:19 +0300
committerLin Jen-Shin <godfat@godfat.org>2017-04-12 11:14:19 +0300
commitd6c454572199eea8773f520b93a1260ab40baca7 (patch)
treea4d9e7335d73abc2335d5b22a153cb6b409c3897 /.gitlab-ci.yml
parent330292518ec9e5839eb85fbf0ae5887ec8b6b081 (diff)
Remove duplicated line
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
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