|
|
|
@ -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
|
|
|
|
|