diff --git a/app/controllers/games_controller.rb b/app/controllers/games_controller.rb index b9da12ab0..4a087ae7a 100644 --- a/app/controllers/games_controller.rb +++ b/app/controllers/games_controller.rb @@ -559,7 +559,7 @@ class GamesController < ApplicationController secret_rep = @shixun.shixun_secret_repository logger.info("############secret_rep: #{secret_rep}") if secret_rep&.repo_name - secretGitUrl = repo_url secret_rep.repo_path + secretGitUrl = repo_ip_url secret_rep.repo_path br_params.merge!({secretGitUrl: Base64.urlsafe_encode64(secretGitUrl), secretDir: secret_rep.secret_dir_path}) logger.info("#######br_params:#{br_params}") end