merge from develop

This commit is contained in:
2022-06-24 14:18:53 +08:00
48 changed files with 1384 additions and 614 deletions

View File

@@ -37,7 +37,7 @@ class Ci::Drone::Server
private
def gitea_url
Gitea.gitea_config[:domain]
GiteaService.gitea_config[:domain]
end
def database_username

View File

@@ -1,4 +1,4 @@
module Gitea
module GiteaService
class << self
def gitea_config
gitea_config = {}