|
|
@ -1095,11 +1095,12 @@ private
|
|
|
|
@repo_path = if params[:secret_repository]
|
|
|
|
@repo_path = if params[:secret_repository]
|
|
|
|
@shixun.shixun_secret_repository&.repo_path
|
|
|
|
@shixun.shixun_secret_repository&.repo_path
|
|
|
|
else
|
|
|
|
else
|
|
|
|
@shixun.try(:repo_path)
|
|
|
|
@shixun.repo_path
|
|
|
|
end
|
|
|
|
end
|
|
|
|
@path = params[:path]
|
|
|
|
@path = params[:path]
|
|
|
|
|
|
|
|
Rails.logger.info("#####shixun: #{@shixun.repo_path}")
|
|
|
|
Rails.logger.info("#####repo_path: #{@repo_path}")
|
|
|
|
Rails.logger.info("#####repo_path: #{@repo_path}")
|
|
|
|
Rails.logger.info("#####repo_path: #{@path}")
|
|
|
|
Rails.logger.info("#####path: #{@path}")
|
|
|
|
|
|
|
|
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|