Merge branch 'dev_trustie' into dev_chain
This commit is contained in:
commit
50b79ee3cf
|
@ -51,7 +51,9 @@ class Repositories::CreateService < ApplicationService
|
||||||
end
|
end
|
||||||
|
|
||||||
def sync_repository(repository, gitea_repository)
|
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
|
repository.update_columns(url: remote_repository_url,) if gitea_repository
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue