修改上链操作的reponame为id
This commit is contained in:
parent
6436dcff9c
commit
82114942ab
|
@ -29,7 +29,7 @@ class Repositories::CreateService < ApplicationService
|
||||||
chain_params = {
|
chain_params = {
|
||||||
type: "create",
|
type: "create",
|
||||||
ownername: user.try(:login),
|
ownername: user.try(:login),
|
||||||
reponame: @repository.try(:identifier)
|
reponame: @repository.try(:id)
|
||||||
}
|
}
|
||||||
ProjectCreateChainJob.perform_later(chain_params) #创建上链操作
|
ProjectCreateChainJob.perform_later(chain_params) #创建上链操作
|
||||||
#暂时gitea的hook功能未完善
|
#暂时gitea的hook功能未完善
|
||||||
|
|
Loading…
Reference in New Issue