fixed reposyncer同步仓库接口

This commit is contained in:
“xxq250” 2022-07-26 18:10:35 +08:00
parent bcea5bc669
commit d8d841d800
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ class ObRepositorySyncsController < ApplicationController
ob_repository_sync.name = project_name
ob_repository_sync.github_address = "#{params[:github_address]}"
ob_repository_sync.gitee_address = "#{params[:gitee_address]}"
ob_repository_sync.gitlink_address = @project.repository.url
ob_repository_sync.github_token = "#{params[:github_token]}"
ob_repository_sync.gitee_token = "#{params[:gitee_token]}"
ob_repository_sync.sync_id = sync_id