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