summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-09-20 07:42:47 +0000
committerRémy Coutable <remy@rymai.me>2017-09-20 07:42:47 +0000
commit545f7c01875ae069cf4e6955fda46715b20367c8 (patch)
treeed10eaf0a5884b0b975af2a54fbddad9e17bb979
parentef9b998ce977ff3cb51515396f34645463432b6b (diff)
parent24768cb096c683882e59abe4f2a4aa907437b22c (diff)
downloadgitlab-ce-545f7c01875ae069cf4e6955fda46715b20367c8.tar.gz
Merge branch 'zj-fix-seeding-big-projects' into 'master'
Remove depreceted and big projects Closes #37507 See merge request gitlab-org/gitlab-ce!14336
-rw-r--r--db/fixtures/development/04_project.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/fixtures/development/04_project.rb b/db/fixtures/development/04_project.rb
index 6553c5d457a..1f8f5cfc82b 100644
--- a/db/fixtures/development/04_project.rb
+++ b/db/fixtures/development/04_project.rb
@@ -4,9 +4,9 @@ Sidekiq::Testing.inline! do
Gitlab::Seeder.quiet do
project_urls = [
'https://gitlab.com/gitlab-org/gitlab-test.git',
- 'https://gitlab.com/gitlab-org/gitlab-ce.git',
- 'https://gitlab.com/gitlab-org/gitlab-ci.git',
'https://gitlab.com/gitlab-org/gitlab-shell.git',
+ 'https://gitlab.com/gnuwget/wget2.git',
+ 'https://gitlab.com/Commit451/LabCoat.git',
'https://github.com/documentcloud/underscore.git',
'https://github.com/twitter/flight.git',
'https://github.com/twitter/typeahead.js.git',