BigW Consortium Gitlab

Commit 9345ca33 by Robert Schilling

Merge pull request #7877 from cirosantilli/empty-nil-blank

Replace empty? || nil? with blank?.
parents 37a68eab ac55373f
password = if ENV['GITLAB_ROOT_PASSWORD'].nil? || ENV['GITLAB_ROOT_PASSWORD'].empty?
password = if ENV['GITLAB_ROOT_PASSWORD'].blank?
"5iveL!fe"
else
ENV['GITLAB_ROOT_PASSWORD']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment