Browse Source

fixed reposyncer gitlink地址

pull/313/head
“xxq250” 3 years ago
parent
commit
1b3a4bc146
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      app/controllers/ob_repository_syncs_controller.rb

+ 0
- 1
app/controllers/ob_repository_syncs_controller.rb 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


Loading…
Cancel
Save