mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
暂时隐藏gitea创建hook的功能
This commit is contained in:
@@ -32,7 +32,8 @@ class Repositories::CreateService < ApplicationService
|
||||
reponame: @repository.try(:identifier)
|
||||
}
|
||||
ProjectCreateChainJob.perform_later(chain_params) #创建上链操作
|
||||
Gitea::Repository::Hooks::CreateService.new(user, @repository.try(:identifier), hook_params).call #创建gitea的hook功能
|
||||
#暂时gitea的hook功能未完善
|
||||
#Gitea::Repository::Hooks::CreateService.new(user, @repository.try(:identifier), hook_params).call #创建gitea的hook功能
|
||||
end
|
||||
end
|
||||
@repository
|
||||
|
||||
Reference in New Issue
Block a user