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
path: root/db
diff options
context:
space:
mode:
authorDon Luchini <dluchini@enernoc.com>2014-11-05 16:57:05 +0300
committerDon Luchini <dluchini@enernoc.com>2014-11-05 16:57:05 +0300
commit019c0f9e0f0f8b74803be57cb9f8ef8ab2e057ef (patch)
tree08a7b75df2976941e85f37ce5e00ff9e14e82e29 /db
parentbc403356bb16da28a8c9cb486decf308036fd8f5 (diff)
Remove unnecessary lines.
Diffstat (limited to 'db')
-rw-r--r--db/fixtures/production/001_admin.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/db/fixtures/production/001_admin.rb b/db/fixtures/production/001_admin.rb
index 6fe6f63469e..0755ac714e1 100644
--- a/db/fixtures/production/001_admin.rb
+++ b/db/fixtures/production/001_admin.rb
@@ -1,5 +1,3 @@
-password = nil
-expire_time = nil
if ENV['GITLAB_ROOT_PASSWORD'].blank?
password = '5iveL!fe'
expire_time = Time.now