Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab_workhorse_secret.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed54dc11098724e7d7e84dcf0a0e638e6b9dab30 (plain)
1
2
3
4
5
6
7
8
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