debian-mirror-gitlab/config/initializers/gitlab_workhorse_secret.rb

9 lines
161 B
Ruby
Raw Normal View History

2016-09-29 09:46:39 +05:30
begin
Gitlab::Workhorse.secret
rescue
Gitlab::Workhorse.write_secret
end
# Try a second time. If it does not work this will raise.
Gitlab::Workhorse.secret