Remove seed file from the development env
This backport a change made in the CE upstream MR, see https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3593 Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
ffc45b49ac
commit
fce74238f4
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
require './spec/support/sidekiq'
|
|
||||||
|
|
||||||
Gitlab::Seeder.quiet do
|
|
||||||
User.seed do |s|
|
|
||||||
s.id = 1
|
|
||||||
s.name = 'Administrator'
|
|
||||||
s.email = 'admin@example.com'
|
|
||||||
s.notification_email = 'admin@example.com'
|
|
||||||
s.username = 'root'
|
|
||||||
s.password = '5iveL!fe'
|
|
||||||
s.admin = true
|
|
||||||
s.projects_limit = 100
|
|
||||||
s.confirmed_at = DateTime.now
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Reference in a new issue