Browse Source

Merge branch 'dev_trustie' into dev_chain

tags/v1.0.0
sylor_huang@126.com 6 years ago
parent
commit
f4e1414f2a
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      app/jobs/sync_projects_job.rb

+ 1
- 3
app/jobs/sync_projects_job.rb View File

@@ -6,9 +6,7 @@ class SyncProjectsJob < ApplicationJob

def perform(sync_params, gitea_main)
SyncLog.sync_log("==========begin to sync #{sync_params[:type]} to forge============")
begin
SyncLog.sync_log("=========request.subdomain: #{request.subdomain}============")
begin

url = "#{gitea_main}/sync_forges" #trustie上的相关路由



Loading…
Cancel
Save