mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 20:55:46 +08:00
FIX 托管项目去掉上链操作
This commit is contained in:
@@ -18,11 +18,11 @@ class Repositories::CreateService < ApplicationService
|
|||||||
|
|
||||||
chain_params = {
|
chain_params = {
|
||||||
type: "create",
|
type: "create",
|
||||||
ownername: user.try(:login),
|
ownername: user.try(:login),
|
||||||
reponame: @repository.try(:id)
|
reponame: @repository.try(:id)
|
||||||
}
|
}
|
||||||
ProjectCreateChainJob.perform_later(chain_params) #创建上链操作
|
# ProjectCreateChainJob.perform_later(chain_params) #创建上链操作
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@repository
|
@repository
|
||||||
|
|||||||
Reference in New Issue
Block a user