mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
Merge branch 'dev_trustie' into dev_chain
This commit is contained in:
@@ -51,7 +51,9 @@ class Repositories::CreateService < ApplicationService
|
||||
end
|
||||
|
||||
def sync_repository(repository, gitea_repository)
|
||||
Rails.logger.info("#############__________sync_repository______###########{@repository.try(:id)}")
|
||||
Rails.logger.info("#############__________sync_repository______###########{repository.try(:id)}")
|
||||
Rails.logger.info("#############__________sync_repository___remote_repository_url___###########{remote_repository_url}")
|
||||
|
||||
repository.update_columns(url: remote_repository_url,) if gitea_repository
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user