Skip to content

Commit

Permalink
Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Oct 31, 2023
1 parent 67e10a9 commit 082cff0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/utilities/git.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ QQDtEmQvWdgz+HtIuTG1ySJ9FYO6LeCEXHtQX78aOfNaj2jqLTXHdqrMr0V5exJcNV4XSc
-----END OPENSSH PRIVATE KEY-----
"""

# TODO: begin delete these lines
struct MyForge <: GitForge.Forge
end
struct MyCIService <: CompatHelper.CIService
Expand All @@ -27,6 +28,7 @@ struct MyRepo <: CompatHelper.AbstractRepo
local_remote_path::String
end
CompatHelper.get_url_for_ssh(::MyForge, ::MyCIService, repo::MyRepo) = repo.local_remote_path
# TODO: end delete these lines

@testset "git_push" begin
function create_local_remote(dir::AbstractString)
Expand Down

0 comments on commit 082cff0

Please sign in to comment.