FIX 托管项目去掉上链操作
This commit is contained in:
parent
cb8a2750f0
commit
2db54ea700
|
@ -21,7 +21,7 @@ class Repositories::CreateService < ApplicationService
|
|||
ownername: user.try(:login),
|
||||
reponame: @repository.try(:id)
|
||||
}
|
||||
ProjectCreateChainJob.perform_later(chain_params) #创建上链操作
|
||||
# ProjectCreateChainJob.perform_later(chain_params) #创建上链操作
|
||||
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue