|
|
@ -564,6 +564,7 @@ class GamesController < ApplicationController
|
|
|
|
|
|
|
|
|
|
|
|
# 私密仓库的设置
|
|
|
|
# 私密仓库的设置
|
|
|
|
secret_rep = @shixun.shixun_secret_repository
|
|
|
|
secret_rep = @shixun.shixun_secret_repository
|
|
|
|
|
|
|
|
logger.info("############secret_rep: #{secret_rep}")
|
|
|
|
if secret_rep&.repo_name
|
|
|
|
if secret_rep&.repo_name
|
|
|
|
secretGitUrl = repo_url secret_rep.repo_path
|
|
|
|
secretGitUrl = repo_url secret_rep.repo_path
|
|
|
|
br_params.merge({secretGitUrl: secretGitUrl, secretDir: secret_rep.secret_dir_path})
|
|
|
|
br_params.merge({secretGitUrl: secretGitUrl, secretDir: secret_rep.secret_dir_path})
|
|
|
|