|
|
|
@ -566,7 +566,10 @@ class GamesController < ApplicationController
|
|
|
|
|
secret_rep = @shixun.shixun_secret_repository
|
|
|
|
|
logger.info("############secret_rep: #{secret_rep}")
|
|
|
|
|
if secret_rep&.repo_name
|
|
|
|
|
logger.info("############repo_path: #{secret_rep.repo_path}")
|
|
|
|
|
secretGitUrl = repo_url secret_rep.repo_path
|
|
|
|
|
logger.info("############secretGitUrl: #{secretGitUrl}")
|
|
|
|
|
logger.info("############secret_dir_path: #{secret_rep.secret_dir_path}")
|
|
|
|
|
br_params.merge({secretGitUrl: secretGitUrl, secretDir: secret_rep.secret_dir_path})
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|