Browse Source

修改上链操作的reponame为id

tags/v1
sylor_huang@126.com 6 years ago
parent
commit
82114942ab
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/services/repositories/create_service.rb

+ 1
- 1
app/services/repositories/create_service.rb View File

@@ -29,7 +29,7 @@ class Repositories::CreateService < ApplicationService
chain_params = {
type: "create",
ownername: user.try(:login),
reponame: @repository.try(:identifier)
reponame: @repository.try(:id)
}
ProjectCreateChainJob.perform_later(chain_params) #创建上链操作
#暂时gitea的hook功能未完善


Loading…
Cancel
Save