diff options
author | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-07-28 19:59:50 +0200 |
---|---|---|
committer | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-07-28 20:00:04 +0200 |
commit | 20a9bc938350a3c48377931ea839e3128d919b44 (patch) | |
tree | 14883592fea1952140cb79488586b12f3072afe1 /db/fixtures | |
parent | 17be364d072298f42d77fd22189bf9289b7cda2e (diff) | |
download | gitlab-ce-20a9bc938350a3c48377931ea839e3128d919b44.tar.gz |
Remove project which can't be pulled while seeding
[ci skip]
Diffstat (limited to 'db/fixtures')
-rw-r--r-- | db/fixtures/development/04_project.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/db/fixtures/development/04_project.rb b/db/fixtures/development/04_project.rb index b4639999967..e3316ecdb6c 100644 --- a/db/fixtures/development/04_project.rb +++ b/db/fixtures/development/04_project.rb @@ -20,7 +20,6 @@ Sidekiq::Testing.inline! do 'https://github.com/airbnb/javascript.git', 'https://github.com/tessalt/echo-chamber-js.git', 'https://github.com/atom/atom.git', - 'https://github.com/ipselon/react-ui-builder.git', 'https://github.com/mattermost/platform.git', 'https://github.com/purifycss/purifycss.git', 'https://github.com/facebook/nuclide.git', |