diff options
author | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2017-09-20 07:42:47 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-09-20 07:42:47 +0000 |
commit | 24768cb096c683882e59abe4f2a4aa907437b22c (patch) | |
tree | ed10eaf0a5884b0b975af2a54fbddad9e17bb979 /db/fixtures | |
parent | ef9b998ce977ff3cb51515396f34645463432b6b (diff) | |
download | gitlab-ce-24768cb096c683882e59abe4f2a4aa907437b22c.tar.gz |
Remove depreceted and big projects
Diffstat (limited to 'db/fixtures')
-rw-r--r-- | db/fixtures/development/04_project.rb | 4 |
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', |